This is an automated email from the ASF dual-hosted git repository.

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new f23f6b78cb [test] Fix failed test 
testWriteFixedBucketWithDifferentBucketNumber (#6843)
f23f6b78cb is described below

commit f23f6b78cbcbcb0c2fd4aa264292f573295ab51e
Author: yuzelin <[email protected]>
AuthorDate: Fri Dec 19 19:51:56 2025 +0800

    [test] Fix failed test testWriteFixedBucketWithDifferentBucketNumber (#6843)
---
 .../test/java/org/apache/paimon/flink/PostponeBucketTableITCase.java  | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git 
a/paimon-flink/paimon-flink-common/src/test/java/org/apache/paimon/flink/PostponeBucketTableITCase.java
 
b/paimon-flink/paimon-flink-common/src/test/java/org/apache/paimon/flink/PostponeBucketTableITCase.java
index 37b2096d56..d285fbb044 100644
--- 
a/paimon-flink/paimon-flink-common/src/test/java/org/apache/paimon/flink/PostponeBucketTableITCase.java
+++ 
b/paimon-flink/paimon-flink-common/src/test/java/org/apache/paimon/flink/PostponeBucketTableITCase.java
@@ -879,7 +879,9 @@ public class PostponeBucketTableITCase extends 
AbstractTestBase {
                         + "  pt STRING,"
                         + "  PRIMARY KEY (k, pt) NOT ENFORCED\n"
                         + ") PARTITIONED BY (pt) WITH (\n"
-                        + "  'bucket' = '-2'\n"
+                        + "  'bucket' = '-2',\n"
+                        // upgrade will affect rescale job and the validation
+                        + "  'overwrite-upgrade' = 'false'\n"
                         + ")");
 
         // use sink.parallelism

Reply via email to