kbuci commented on code in PR #18174:
URL: https://github.com/apache/hudi/pull/18174#discussion_r2875817337


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieClusteringConfig.java:
##########
@@ -217,6 +217,14 @@ public class HoodieClusteringConfig extends HoodieConfig {
       .sinceVersion("0.14.0")
       .withDocumentation("Whether to generate clustering plan when there is 
only one file group involved, by default true");
 
+  public static final ConfigProperty<Boolean> EARLIER_INSTANTS_FIRST = 
ConfigProperty
+      .key("hoodie.clustering.earlier_instants_first")

Review Comment:
   I think that's a good idea, I added this (in a similar manner to 
ClusteringPlanPartitionFilter )



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