bvaradar commented on a change in pull request #600: Timeline Service with Incremental View Syncing support URL: https://github.com/apache/incubator-hudi/pull/600#discussion_r276420385
########## File path: hoodie-common/src/main/java/com/uber/hoodie/common/table/HoodieTimeline.java ########## @@ -70,6 +71,8 @@ String INFLIGHT_RESTORE_EXTENSION = "." + RESTORE_ACTION + INFLIGHT_EXTENSION; String RESTORE_EXTENSION = "." + RESTORE_ACTION; + HoodieInstant INVALID_INSTANT = new HoodieInstant(State.INVALID, "INVALID", "0"); Review comment: I did not need an invalid action but just an invalid timestamp. Substituted this with invalid timestamp ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
