bhasudha commented on a change in pull request #689: [HUDI-25] Optimize
HoodieInputFormat.listStatus for faster Hive Incremental queries
URL: https://github.com/apache/incubator-hudi/pull/689#discussion_r291466204
##########
File path:
hoodie-hadoop-mr/src/main/java/com/uber/hoodie/hadoop/HoodieInputFormat.java
##########
@@ -143,29 +137,32 @@ private HoodieDataFile checkFileStatus(HoodieDataFile
dataFile) throws IOExcepti
}
}
- private Map<HoodieTableMetaClient, List<FileStatus>>
groupFileStatus(FileStatus[] fileStatuses)
- throws IOException {
+ /**
+ * Takes in a list of filesStatus and a list of table metadatas. Groups the
files status list
+ * based on given table metadata.
+ * @param fileStatuses
+ * @param metaClientList
+ * @return
+ * @throws IOException
+ */
+ private Map<HoodieTableMetaClient, List<FileStatus>>
groupFileStatusForNonIncrementalPaths(
Review comment:
Sure. Done!
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services