SteNicholas commented on code in PR #7403:
URL: https://github.com/apache/hudi/pull/7403#discussion_r1042193379
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/streamer/FlinkStreamerConfig.java:
##########
@@ -236,8 +237,8 @@ public class FlinkStreamerConfig extends Configuration {
@Parameter(names = {"--compaction-async-enabled"}, description = "Async
Compaction, enabled by default for MOR")
public Boolean compactionAsyncEnabled = true;
- @Parameter(names = {"--compaction-tasks"}, description = "Parallelism of
tasks that do actual compaction, default is 10")
- public Integer compactionTasks = 10;
+ @Parameter(names = {"--compaction-tasks"}, description = "Parallelism of
tasks that do actual compaction, default is -1")
+ public Integer compactionTasks = -1;
Review Comment:
@leesf, the default value of `--compaction-tasks` keeps the consistent with
which of `FlinkCompactionConfig`.
--
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]