leesf commented on code in PR #9199:
URL: https://github.com/apache/hudi/pull/9199#discussion_r1276987211


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/cluster/util/ConsistentHashingUpdateStrategyUtils.java:
##########
@@ -83,7 +83,7 @@ private static void 
extractHashingMetadataFromClusteringPlan(String instant, Hoo
       ValidationUtils.checkState(p != null, "Clustering plan does not has 
partition info, plan: " + plan);
       // Skip unrelated clustering group
       if (!recordPartitions.contains(p)) {
-        return;
+        continue;

Review Comment:
    would you please clarify why the logic changed here



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