nsivabalan commented on code in PR #18251:
URL: https://github.com/apache/hudi/pull/18251#discussion_r2873953901


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieClusteringConfig.java:
##########
@@ -111,6 +111,13 @@ public class HoodieClusteringConfig extends HoodieConfig {
       .sinceVersion("0.11.0")
       .withDocumentation("Filter clustering partitions that matched regex 
pattern");
 
+  public static final ConfigProperty<String> PLAN_STRATEGY_LAST_COMMIT = 
ConfigProperty
+      .key(CLUSTERING_STRATEGY_PARAM_PREFIX + "last.commit")
+      .noDefaultValue()
+      .markAdvanced()
+      .sinceVersion("0.14.0")
+      .withDocumentation("Last commit time to start clustering from, applied 
to commit-based clustering plan strategy");

Review Comment:
   Shouldn't this be, `....earliest.commit.time.to.cluster`



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