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



##########
File path: 
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java
##########
@@ -116,7 +116,7 @@
 
   public static final ConfigProperty<String> ROLLBACK_USING_MARKERS_ENABLE = 
ConfigProperty
       .key("hoodie.rollback.using.markers")
-      .defaultValue("false")
+      .defaultValue("true")
       .withDocumentation("Enables a more efficient mechanism for rollbacks 
based on the marker files generated "
           + "during the writes. Turned off by default.");

Review comment:
       Will do once CI passes :) . Just testing if it does




-- 
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: [email protected]

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


Reply via email to