the-other-tim-brown commented on code in PR #10578:
URL: https://github.com/apache/hudi/pull/10578#discussion_r1468911886


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/index/bloom/HoodieBloomIndex.java:
##########
@@ -162,23 +162,22 @@ private List<Pair<String, BloomIndexFileInfo>> 
getBloomIndexFileInfoForPartition
    * Load all involved files as <Partition, filename> pair List.
    */
   List<Pair<String, BloomIndexFileInfo>> loadColumnRangesFromFiles(
-      List<String> partitions, final HoodieEngineContext context, final 
HoodieTable hoodieTable) {

Review Comment:
   This code is a good example of when we were collecting intermediate results 
just to ask spark executors to do more work on each of these results.



-- 
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