alexeykudinkin commented on a change in pull request #4877:
URL: https://github.com/apache/hudi/pull/4877#discussion_r830314442
##########
File path:
hudi-hadoop-mr/src/main/java/org/apache/hudi/hadoop/utils/HoodieRealtimeInputFormatUtils.java
##########
@@ -67,41 +49,6 @@ public static boolean doesBelongToIncrementalQuery(FileSplit
s) {
return false;
}
- // Return parquet file with a list of log files in the same file group.
- public static List<Pair<Option<HoodieBaseFile>, List<HoodieLogFile>>>
groupLogsByBaseFile(Configuration conf, List<Path> partitionPaths) {
Review comment:
This is removed
--
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]