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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to