zhangyue19921010 commented on code in PR #13674:
URL: https://github.com/apache/hudi/pull/13674#discussion_r2283878622
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/cluster/strategy/PartitionAwareClusteringPlanStrategy.java:
##########
@@ -64,6 +65,22 @@ public PartitionAwareClusteringPlanStrategy(HoodieTable
table, HoodieEngineConte
*/
protected Pair<Stream<HoodieClusteringGroup>, Boolean>
buildClusteringGroupsForPartition(String partitionPath, List<FileSlice>
fileSlices) {
HoodieWriteConfig writeConfig = getWriteConfig();
+
Review Comment:
Binary copy related plan strategy should overwrite this
buildClusteringGroupsForPartition function which will build groups based on
schema.
--
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]