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


##########
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:
   Unrelated but we need to use all small letters in the config name. The 
config was not getting picked up when there was a capital B in the config name 
- `tightBound`. Just mentioning in case we are changing it.



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