zhangyue19921010 commented on code in PR #13265:
URL: https://github.com/apache/hudi/pull/13265#discussion_r2074701356
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieIndexConfig.java:
##########
@@ -287,6 +287,11 @@ public class HoodieIndexConfig extends HoodieConfig {
.withDocumentation("Only applies if index type is BUCKET. Determine the
number of buckets in the hudi table, "
+ "and each partition is divided to N buckets.");
+ public static final ConfigProperty<Boolean> BUCKET_PARTITIONER =
ConfigProperty
+ .key("hoodie.bucket.remote.partitioner.enable")
+ .defaultValue(true)
Review Comment:
Default enable this new remote partitioner
--
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]