codope commented on a change in pull request #5213:
URL: https://github.com/apache/hudi/pull/5213#discussion_r841093248
##########
File path:
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/index/bloom/HoodieBloomIndex.java
##########
@@ -138,6 +134,28 @@ public HoodieBloomIndex(HoodieWriteConfig config,
BaseHoodieBloomIndexHelper blo
partitionRecordKeyPairs, fileComparisonPairs, partitionToFileInfo,
recordsPerPartition);
}
+ private List<Pair<String, BloomIndexFileInfo>>
getBloomIndexFileInfoForPartitions(HoodieEngineContext context,
+
HoodieTable hoodieTable,
+
List<String> affectedPartitionPathList) {
+ List<Pair<String, BloomIndexFileInfo>> fileInfoList = new ArrayList<>();
+
+ if (config.getBloomIndexPruneByRanges()) {
+ // load column ranges from metadata index if column stats index is
enabled and column_stats metadata partition is available
+ if (config.isMetadataColumnStatsIndexEnabled()
Review comment:
syned up offline.. and the enable/disable of individual partition will
be handled in https://issues.apache.org/jira/browse/HUDI-3782
--
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]