davehagman commented on pull request #3824: URL: https://github.com/apache/hudi/pull/3824#issuecomment-947966979
The `HoodieTimeline.compareTimestamps` method (example usage [here](https://github.com/apache/hudi/blob/master/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/compact/BaseScheduleCompactionActionExecutor.java#L67)) which is used to compare instants, should continue to work fine regardless of second or ms granularity because we are just doing simple string comparisons. All that to say that old commit times will continue to evaluate against new instant timestamps just fine @nsivabalan -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@hudi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org