RonBarabash commented on a change in pull request #750: Adding support for 
optional skipping single archiving failures
URL: https://github.com/apache/incubator-hudi/pull/750#discussion_r295979325
 
 

 ##########
 File path: 
hoodie-client/src/main/java/com/uber/hoodie/config/HoodieWriteConfig.java
 ##########
 @@ -70,7 +70,8 @@
   private static final String DEFAULT_CONSISTENCY_CHECK_ENABLED = "false";
   private static final String EMBEDDED_TIMELINE_SERVER_ENABLED = 
"hoodie.embed.timeline.server";
   private static final String DEFAULT_EMBEDDED_TIMELINE_SERVER_ENABLED = 
"false";
-
+  private static final String FAIL_ON_SINGLE_ARCHIVING_ENABLED_PROP = 
"hoodie.fail.on.single.archiving";
 
 Review comment:
   Thanks! 
   Renamed everything...
   
   I added short description of what we do here: 
https://github.com/apache/incubator-hudi/issues/661#issuecomment-504168231
   
   :)
   

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


With regards,
Apache Git Services

Reply via email to