shangxinli commented on code in PR #13674:
URL: https://github.com/apache/hudi/pull/13674#discussion_r2277375901
##########
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:
I just found out that this is a base class. It is already extended by 3
classes. I just separated to a new method to avoid changing the existing
method.
--
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]