danny0405 commented on code in PR #13229:
URL: https://github.com/apache/hudi/pull/13229#discussion_r2102043937


##########
hudi-common/src/main/java/org/apache/hudi/common/table/timeline/HoodieActiveTimeline.java:
##########
@@ -64,6 +64,8 @@ public interface HoodieActiveTimeline extends HoodieTimeline {
 
   HoodieInstant createRequestedCommitWithReplaceMetadata(String instantTime, 
String actionType);
 
+  String createCompletionTime();

Review Comment:
   add doc for this interface, do we really need this interface? I see the 
implementation are all the same.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to