prashantwason commented on a change in pull request #2701:
URL: https://github.com/apache/hudi/pull/2701#discussion_r663173263



##########
File path: 
hudi-common/src/main/java/org/apache/hudi/common/table/timeline/HoodieInstant.java
##########
@@ -71,46 +72,75 @@ public static String getTimelineFileExtension(String 
fileName) {
     INVALID
   }
 
-  private State state = State.COMPLETED;
+  public static class InstantTime {
+
+    private String actionStartTimestamp;
+    private String stateTransitionTime;
+
+    private InstantTime(String stateTransitionTime) {

Review comment:
       actionStartTimestamp seems a better name for the argument




-- 
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


Reply via email to