zhangyue19921010 commented on code in PR #13674:
URL: https://github.com/apache/hudi/pull/13674#discussion_r2289985319
##########
hudi-client/hudi-client-common/src/test/java/org/apache/hudi/table/action/cluster/strategy/TestPartitionAwareClusteringPlanStrategy.java:
##########
@@ -86,4 +92,21 @@ protected Map<String, String> getStrategyParams() {
return null;
}
}
-}
+
+ class TestablePartitionAwareClusteringPlanStrategy extends
PartitionAwareClusteringPlanStrategy {
Review Comment:
Why we still need this `TestablePartitionAwareClusteringPlanStrategy`
--
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]