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



##########
File path: 
hudi-common/src/main/java/org/apache/hudi/common/table/timeline/TimelineLayout.java
##########
@@ -55,6 +58,11 @@ public static TimelineLayout getLayout(TimelineLayoutVersion 
version) {
     public Stream<HoodieInstant> filterHoodieInstants(Stream<HoodieInstant> 
instantStream) {
       return instantStream;
     }
+
+    @Override

Review comment:
       This could be the default implementation.




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