xiarixiaoyao commented on a change in pull request #3203:
URL: https://github.com/apache/hudi/pull/3203#discussion_r717259013
##########
File path:
hudi-hadoop-mr/src/main/java/org/apache/hudi/hadoop/HoodieParquetInputFormat.java
##########
@@ -73,6 +73,14 @@ protected HoodieDefaultTimeline
filterInstantsTimeline(HoodieDefaultTimeline tim
return HoodieInputFormatUtils.filterInstantsTimeline(timeline);
}
+ protected FileStatus[] getStatus(JobConf job) throws IOException {
Review comment:
no, we need to call ParquetInputFormat.listStatus in
HoodieParquetRealtimeInputFormat.java, but we cannot access that method
directly, so we overwrite getStatus in ParquetRealtimeInputFormat.java call
call listStatus in it
--
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]