bvaradar commented on a change in pull request #775: HUDI-162 : File System 
view must be built with correct timeline actions
URL: https://github.com/apache/incubator-hudi/pull/775#discussion_r303228166
 
 

 ##########
 File path: 
hoodie-common/src/main/java/com/uber/hoodie/common/table/HoodieTimeline.java
 ##########
 @@ -105,6 +105,12 @@
    */
   HoodieTimeline filterCompletedAndCompactionInstants();
 
+  /**
+   * Filter this timeline to just include commits (commit/deltacommit) and 
compaction actions
+   * @return
+   */
+  HoodieTimeline filterCommitsAndCompactionTimeline();
 
 Review comment:
   I need similar method in HoodieTimeline interface. I have renamed the method 
to getCommitsAndCompactionTimeline so that they will be overridden by 
HoodieDefaultTimeline and HoodieActiveTImeline.

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

Reply via email to