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/25 14:31:11 UTC

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

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



##########
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:
       Already we have a tracking ticket on this end: https://issues.apache.org/jira/browse/HUDI-2613




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