nsivabalan commented on code in PR #12121:
URL: https://github.com/apache/hudi/pull/12121#discussion_r1805222520


##########
hudi-common/src/main/java/org/apache/hudi/common/config/HoodieMetadataConfig.java:
##########
@@ -358,12 +358,12 @@ public final class HoodieMetadataConfig extends 
HoodieConfig {
       .sinceVersion("1.0.0")
       .withDocumentation("Parallelism to use, when generating partition stats 
index.");
 
-  public static final ConfigProperty<Boolean> 
ENABLE_PARTITION_STATS_INDEX_TIGHT_BOUND = ConfigProperty
-      .key(METADATA_PREFIX + ".index.partition.stats.tightBound.enable")
-      .defaultValue(true)
+  public static final ConfigProperty<Boolean> 
PARTITION_STATS_INDEX_TIGHT_BOUND_EVERY_COMMIT = ConfigProperty

Review Comment:
   thinking if we should we name this based on widely known "consistency" 
terminolgies like eventually consistent or strongly consistent. 
   
   hoodie.metadata.index.partition.stats.enable.strongly.consistent.stats 



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