stream2000 commented on code in PR #8550:
URL: https://github.com/apache/hudi/pull/8550#discussion_r1174567407
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/configuration/FlinkOptions.java:
##########
@@ -614,6 +614,13 @@ private FlinkOptions() {
.defaultValue(ClientIds.INIT_CLIENT_ID)
.withDescription("Unique identifier used to distinguish different writer
pipelines for concurrent mode");
+ public static final ConfigOption<Boolean> WRITE_ALLOW_COMMIT_ON_EMPTY_BATCH
= ConfigOptions
+ .key("write.allow.commit.on.empty.batch")
+ .booleanType()
+ .defaultValue(false)
+ .withDescription("Weather to commit the instant when there is no data in
current batch");
Review Comment:
fixed
--
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]