yanghua commented on a change in pull request #3634:
URL: https://github.com/apache/hudi/pull/3634#discussion_r705909348



##########
File path: 
hudi-flink/src/main/java/org/apache/hudi/configuration/FlinkOptions.java
##########
@@ -325,19 +325,19 @@ private FlinkOptions() {
       .key("write.index_bootstrap.tasks")
       .intType()
       .noDefaultValue()
-      .withDescription("Parallelism of tasks that do index bootstrap, default 
is 4");
+      .withDescription("Parallelism of tasks that do index bootstrap, default 
is the parallelism of the environment");

Review comment:
       Can we just remove `, default is 4`?  Considering there is no default 
value.




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