vinishjail97 commented on code in PR #19111:
URL: https://github.com/apache/hudi/pull/19111#discussion_r3500227614
##########
hudi-common/src/main/java/org/apache/hudi/common/config/HoodieMetadataConfig.java:
##########
@@ -236,6 +236,18 @@ public final class HoodieMetadataConfig extends
HoodieConfig {
+ "For the Spark engine, this config defaults to true (enabled),
overriding the base default of false. "
+ "For Flink and Java engines, this remains false by default.");
+ public static final ConfigProperty<Boolean>
ENABLE_METADATA_INDEX_PARTITION_STATS = ConfigProperty
+ .key(METADATA_PREFIX + ".index.partition.stats.enable")
+ .defaultValue(true)
+ .markAdvanced()
+ .sinceVersion("1.0.0")
Review Comment:
Addressed in 2461b8252d — set to `.sinceVersion("1.3.0")` since the key is
being reintroduced (was `@Deprecated`).
--
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]