Matrix42 commented on a change in pull request #3787:
URL: https://github.com/apache/hudi/pull/3787#discussion_r727963271
##########
File path:
hudi-flink/src/main/java/org/apache/hudi/configuration/FlinkOptions.java
##########
@@ -371,8 +371,8 @@ private FlinkOptions() {
public static final ConfigOption<Double> WRITE_BATCH_SIZE = ConfigOptions
.key("write.batch.size")
.doubleType()
- .defaultValue(64D) // 64MB
- .withDescription("Batch buffer size in MB to flush data into the
underneath filesystem, default 64MB");
+ .defaultValue(256D) // 64MB
Review comment:
//256MB
--
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]