danny0405 commented on code in PR #13653:
URL: https://github.com/apache/hudi/pull/13653#discussion_r2246932982
##########
hudi-common/src/main/java/org/apache/hudi/common/table/timeline/CompletionTimeQueryView.java:
##########
@@ -60,7 +60,7 @@ public interface CompletionTimeQueryView extends
AutoCloseable {
*
* @return The completion time if the instant finished or empty if it is
still pending.
*/
- Option<String> getCompletionTime(String beginTime);
+ Option<String> getCompletionTime(String instantTime);
Review Comment:
or requestedTime if you like
--
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]