You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Removed the Timestamp class and replaced it with primitive long types
2. Created a minimal timestamp.h header for backward compatibility with NOT_SET defined as -1
3. Updated all method signatures and implementations to use long instead of Timestamp
4. Fixed comparisons with NOT_SET to use -1 directly
5. Updated the Phase class to properly implement the ProcessingPhase interface
6. Added proper toString() method to the Phase class for easier debugging
0 commit comments