danny0405 commented on code in PR #10191:
URL: https://github.com/apache/hudi/pull/10191#discussion_r1451644402
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieIndexConfig.java:
##########
@@ -334,6 +334,11 @@ public class HoodieIndexConfig extends HoodieConfig {
.withDocumentation("Only applies when #recordIndexUseCaching is set.
Determine what level of persistence is used to cache input RDDs. "
+ "Refer to org.apache.spark.storage.StorageLevel for different
values");
+ public static final ConfigProperty<Boolean> BUCKET_QUERY_INDEX =
ConfigProperty
+ .key("hoodie.bucket.query.index")
Review Comment:
I don't think we should support changing the bucket numer for a table, user
must do a rewrite.
--
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]