shangxinli commented on code in PR #13674:
URL: https://github.com/apache/hudi/pull/13674#discussion_r2270807024


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/cluster/strategy/PartitionAwareClusteringPlanStrategy.java:
##########
@@ -76,17 +77,31 @@ protected Pair<Stream<HoodieClusteringGroup>, Boolean> 
buildClusteringGroupsForP
 
     long totalSizeSoFar = 0;
     boolean partialScheduled = false;
+    
+    // Only group by schema if schema evolution is disabled

Review Comment:
   If by default we disable schema evolution, then user doesn't need to know 
this config 'hoodie.file.stitching.binary.copy.schema.evolution.enable' only if 
they want to enable it.  Are you suggesting a whole new strategy in addition to 
the existing one you added earlier? 



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