n3nash commented on a change in pull request #2374:
URL: https://github.com/apache/hudi/pull/2374#discussion_r550935469



##########
File path: 
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java
##########
@@ -122,6 +123,10 @@
   private static final String MERGE_DATA_VALIDATION_CHECK_ENABLED = 
"hoodie.merge.data.validation.enabled";
   private static final String DEFAULT_MERGE_DATA_VALIDATION_CHECK_ENABLED = 
"false";
 
+  // Enable multi writer support
+  private static final String HOODIE_TABLE_MULTIWRITER_ENABLED_PROP = 
"hoodie.table.multiwriter.enabled";

Review comment:
       Responded earlier




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to