prashantwason commented on a change in pull request #2216:
URL: https://github.com/apache/hudi/pull/2216#discussion_r524811979



##########
File path: 
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java
##########
@@ -117,6 +117,10 @@
   public static final String MAX_CONSISTENCY_CHECKS_PROP = 
"hoodie.consistency.check.max_checks";
   public static int DEFAULT_MAX_CONSISTENCY_CHECKS = 7;
 
+  // Data loss check before commits
+  private static final String DATALOSS_CHECK_ENABLED = 
"hoodie.dataloss.check.enabled";

Review comment:
       Good suggestion.




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