satishkotha commented on a change in pull request #3869:
URL: https://github.com/apache/hudi/pull/3869#discussion_r752862589
##########
File path:
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieClusteringConfig.java
##########
@@ -191,6 +191,14 @@
.sinceVersion("0.10.0")
.withDocumentation("Enable data skipping by collecting statistics once
layout optimization is complete.");
+ public static final ConfigProperty<Boolean> ROLLBACK_PENDING_CLUSTERING =
ConfigProperty
Review comment:
if this is config based, can we keep this simple and just rollback
pending clustering in WriteClient startCommit method. (Don't bother about
figuring conflicts between updates )
--
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]