the-other-tim-brown commented on code in PR #13649:
URL: https://github.com/apache/hudi/pull/13649#discussion_r2243350144
##########
hudi-common/src/main/java/org/apache/hudi/common/config/HoodieMetadataConfig.java:
##########
@@ -554,6 +554,13 @@ 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_REPARTITION_PARALLELISM = ConfigProperty
+ .key(METADATA_PREFIX + ".write.status.repartition.parallelism")
Review Comment:
Is this limited to repartition or should we allow coalesce as well?
--
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]