linliu-code commented on code in PR #13649:
URL: https://github.com/apache/hudi/pull/13649#discussion_r2243990527


##########
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:
   Coalesce. I will change the code.



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