YannByron commented on code in PR #7241:
URL: https://github.com/apache/hudi/pull/7241#discussion_r1033315801


##########
hudi-common/src/main/java/org/apache/hudi/common/table/timeline/HoodieTimeline.java:
##########
@@ -335,7 +336,12 @@ public interface HoodieTimeline extends Serializable {
   /**
    * @return Get the stream of completed instants
    */
-  Stream<HoodieInstant> getInstants();
+  Stream<HoodieInstant> getInstantsAsStream();
+
+  /**
+   * @return Get tht list of instants
+   */
+  List<HoodieInstant> getInstants();

Review Comment:
   Thanks a lot @codope 



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