nsivabalan commented on code in PR #11580:
URL: https://github.com/apache/hudi/pull/11580#discussion_r1746202438
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/cluster/ClusteringPlanActionExecutor.java:
##########
@@ -98,6 +98,7 @@ public Option<HoodieClusteringPlan> execute() {
.setExtraMetadata(extraMetadata.orElse(Collections.emptyMap()))
.setClusteringPlan(planOption.get())
.build();
+ table.validateForLatestTimestamp(clusteringInstant.getTimestamp());
Review Comment:
synced up w/ Ethan f2f. We do not want to invest more into 0.x for now.
anyways 1.0 guarantees monotonically increasing commit times. So for now, we
will go ahead w/ this patch as is. may not take up non-trivial refactoring
--
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]