You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2021/11/02 05:33:16 UTC

[GitHub] [hudi] codope commented on a change in pull request #3865: [HUDI-2005][WIP] Removing direct fs call in HoodieLogFileReader

codope commented on a change in pull request #3865:
URL: https://github.com/apache/hudi/pull/3865#discussion_r740731116



##########
File path: hudi-hadoop-mr/src/main/java/org/apache/hudi/hadoop/realtime/HoodieRealtimeFileSplit.java
##########
@@ -58,6 +62,10 @@ public HoodieRealtimeFileSplit(FileSplit baseSplit, String basePath, List<String
     return deltaLogPaths;
   }
 
+  public List<FileStatus> getDeltaLogFileStatus() {

Review comment:
       Since `FileStatus` has path as well, do you think we still need `getDeltaLogPaths` API? Removing that API touches a few other parts as well, so I am not suggesting to take it up in this patch. But, if you think that's ok then we can track it in a JIRA.




-- 
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-unsubscribe@hudi.apache.org

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