danny0405 commented on code in PR #12601:
URL: https://github.com/apache/hudi/pull/12601#discussion_r1912724772
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/cluster/strategy/BaseConsistentHashingBucketClusteringPlanStrategy.java:
##########
@@ -128,7 +129,7 @@ protected Stream<HoodieClusteringGroup>
buildClusteringGroupsForPartition(String
.build();
}).collect(Collectors.toList()));
}
- return ret.stream();
+ return Pair.of(ret.stream(), true);
Review Comment:
In which case the flag is false.
--
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]