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_r295981703
########## 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: and we are using hudi 0.4.7 with Spark 2.4.3 ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services