shangxinli commented on code in PR #13674:
URL: https://github.com/apache/hudi/pull/13674#discussion_r2286043023
##########
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:
Yeah, this will be changed.
--
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]