linliu-code commented on code in PR #13649:
URL: https://github.com/apache/hudi/pull/13649#discussion_r2245605156
##########
hudi-common/src/main/java/org/apache/hudi/common/config/HoodieMetadataConfig.java:
##########
@@ -554,6 +554,14 @@ public final class HoodieMetadataConfig extends
HoodieConfig {
+ "bloom filter row for the files in the metadata table. Only
applies if the filter "
+ "type (" + BLOOM_FILTER_TYPE.key() + " ) is
BloomFilterTypeCode.DYNAMIC_V0.");
+ public static final ConfigProperty<Integer>
WRITE_STATUS_COALESCE_PARALLELISM = ConfigProperty
+ .key(METADATA_PREFIX + ".write.status.coalesce.parallelism")
+ .defaultValue(0)
+ .markAdvanced()
+ .sinceVersion("1.1.0")
+ .withDocumentation("When set to a positive number, this config reduces
the number of "
+ + "write status partitions to the set number when the current number
of partitions is higher.");
Review Comment:
Done.
--
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]