CTTY commented on code in PR #6882:
URL: https://github.com/apache/hudi/pull/6882#discussion_r1037629840


##########
hudi-common/src/main/java/org/apache/hudi/common/fs/FSUtils.java:
##########
@@ -533,6 +540,18 @@ public static Stream<HoodieLogFile> 
getAllLogFiles(FileSystem fs, Path partition
     }
   }
 
+  public static Stream<HoodieLogFile> getAllLogFiles(FileSystem fs, String 
partitionPath, final String fileId,
+      final String logFileExtension, final String baseCommitTime, 
HoodieStorageStrategy storageStrategy) throws IOException {

Review Comment:
   This makes sense to me. I'll investigate to see how we can avoid passing 
objects around



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to