vinothchandar commented on a change in pull request #2296:
URL: https://github.com/apache/hudi/pull/2296#discussion_r678732748



##########
File path: 
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java
##########
@@ -366,6 +366,11 @@
       .withDocumentation("When enabled, records in older schema are rewritten 
into newer schema during upsert,delete and background"
           + " compaction,clustering operations.");
 
+  public static final ConfigProperty<Boolean> ALLOW_EMPTY_COMMIT = 
ConfigProperty
+       .key("hoodie.allow.empty.commmit")
+       .defaultValue(true)
+       .withDocumentation("Whether to allow generate empty commit when the 
input is empty.");

Review comment:
       reword: `Whether to allow generation of empty commits, even if no data 
was written in the commit. It's useful in cases where extra metadata needs to 
be published regardless e.g tracking source offsets when ingesting data`




-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to