codope commented on code in PR #12121:
URL: https://github.com/apache/hudi/pull/12121#discussion_r1807203899
##########
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:
Actually, the config is too much of a mouthful. I liked tightBound better,
and "tight bound" is a standard mathematical phrase when using ranges. But,
I'll leave it upto you guys.
--
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]