wombatu-kun commented on code in PR #11437:
URL: https://github.com/apache/hudi/pull/11437#discussion_r1650206055
##########
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/client/clustering/plan/strategy/TestSparkConsistentBucketClusteringPlanStrategy.java:
##########
@@ -133,7 +133,7 @@ public void testBuildMergeClusteringGroup() throws
Exception {
ConsistentBucketIdentifier identifier = new
ConsistentBucketIdentifier(metadata);
int mergeSize = (int) (maxFileSize *
BUCKET_MERGE_THRESHOLD.defaultValue());
- int[] fsSize = {0, maxFileSize, mergeSize / 2, mergeSize / 2, mergeSize /
2, maxFileSize, mergeSize / 4, mergeSize / 4};
+ int[] fsSize = {0, maxFileSize, mergeSize / 2, mergeSize / 2 + 10,
mergeSize / 2, maxFileSize, mergeSize / 4, mergeSize / 4};
Review Comment:
this was changed to fix flaky test. this change is the same as in master
branch.
--
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]