danny0405 commented on code in PR #9106:
URL: https://github.com/apache/hudi/pull/9106#discussion_r1270218438


##########
hudi-common/src/main/java/org/apache/hudi/common/config/HoodieMetadataConfig.java:
##########
@@ -285,6 +277,12 @@ public final class HoodieMetadataConfig extends 
HoodieConfig {
       .withDocumentation("The current number of records are multiplied by this 
number when estimating the number of "
           + "file groups to create automatically. This helps account for 
growth in the number of records in the dataset.");
 
+  public static final ConfigProperty<Integer> RECORD_INDEX_MAX_PARALLELISM = 
ConfigProperty
+      .key(METADATA_PREFIX + ".max.init.parallelism")
+      .defaultValue(100000)
+      .sinceVersion("0.14.0")

Review Comment:
   Do we need a parallelism of 100000 ?



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