KnightChess commented on code in PR #10191:
URL: https://github.com/apache/hudi/pull/10191#discussion_r1408766751


##########
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:
   bucket query index will auto infer, this conf is give a choice when there is 
bug or special business scenario user can close this infer.
   
   special business scenario: user change the  bucket number but didn't rewrite 
history partitions, because history data will not update in their scenario, 
this case can not use bucket index query



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to