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 47f290c6ef [hive][clone] Fix unstable
CloneActionITCase#testCloneWithExistedTable (#5587)
47f290c6ef is described below
commit 47f290c6efa21adc4746976f5ce7a93b5f397593
Author: Yubin Li <[email protected]>
AuthorDate: Sat May 10 09:56:21 2025 +0800
[hive][clone] Fix unstable CloneActionITCase#testCloneWithExistedTable
(#5587)
---
.../test/java/org/apache/paimon/hive/procedure/CloneActionITCase.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/paimon-hive/paimon-hive-connector-common/src/test/java/org/apache/paimon/hive/procedure/CloneActionITCase.java
b/paimon-hive/paimon-hive-connector-common/src/test/java/org/apache/paimon/hive/procedure/CloneActionITCase.java
index 056fdaa76f..9e8d6427cb 100644
---
a/paimon-hive/paimon-hive-connector-common/src/test/java/org/apache/paimon/hive/procedure/CloneActionITCase.java
+++
b/paimon-hive/paimon-hive-connector-common/src/test/java/org/apache/paimon/hive/procedure/CloneActionITCase.java
@@ -506,7 +506,7 @@ public class CloneActionITCase extends ActionITCaseBase {
"CREATE TABLE test.test_table (id string, id2 int, id3 int,
PRIMARY KEY (id, id2, id3) NOT ENFORCED) "
+ "PARTITIONED BY (id2, id3) with ('bucket' = '-1',
'file.format' = '"
+ format
- + ");";
+ + "');";
// has different partition keys
String ddl1 =
"CREATE TABLE test.test_table (id string, id2 int, id3 int) "