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


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/configuration/FlinkOptions.java:
##########
@@ -629,6 +629,21 @@ public class FlinkOptions extends HoodieConfig {
       .noDefaultValue()
       .withDescription("Parallelism of tasks that do bucket assign, default 
same as the write task parallelism");
 
+  @AdvancedConfig
+  public static final ConfigOption<Integer> BUCKET_ASSIGN_MINIBATCH_SIZE = 
ConfigOptions

Review Comment:
   we can simplify the case to use a hardcode size in the first release, and 
make it configurable when necessary.



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