codope commented on code in PR #6254:
URL: https://github.com/apache/hudi/pull/6254#discussion_r939617933
##########
hudi-hadoop-mr/src/main/java/org/apache/hudi/hadoop/HoodieCopyOnWriteTableInputFormat.java:
##########
@@ -261,6 +263,20 @@ private List<FileStatus> listStatusForSnapshotMode(JobConf
job,
return targetFiles;
}
+ protected boolean checkIfValidFileSlice(FileSlice fileSlice) {
+ Option<HoodieBaseFile> baseFileOpt = fileSlice.getBaseFile();
Review Comment:
Sorry, i misread. I take it back. It is not the same. I think this is good
to land. Any method rename you can take up in a subsequent PR as we're pretty
close to the release.
--
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]