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 f3496158d [hotfix] Fix unstable Hive connector ut (#3765)
f3496158d is described below
commit f3496158d835af620f2b13e9c9a807a8d0276101
Author: xuzifu666 <[email protected]>
AuthorDate: Wed Jul 17 15:32:48 2024 +0800
[hotfix] Fix unstable Hive connector ut (#3765)
---
.../test/java/org/apache/paimon/hive/procedure/RepairActionITCase.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/RepairActionITCase.java
b/paimon-hive/paimon-hive-connector-common/src/test/java/org/apache/paimon/hive/procedure/RepairActionITCase.java
index 51b1027a8..fdaa243df 100644
---
a/paimon-hive/paimon-hive-connector-common/src/test/java/org/apache/paimon/hive/procedure/RepairActionITCase.java
+++
b/paimon-hive/paimon-hive-connector-common/src/test/java/org/apache/paimon/hive/procedure/RepairActionITCase.java
@@ -42,7 +42,7 @@ public class RepairActionITCase extends ActionITCaseBase {
private static final TestHiveMetastore TEST_HIVE_METASTORE = new
TestHiveMetastore();
- private static final int PORT = 9083;
+ private static final int PORT = 9082;
@BeforeEach
public void beforeEach() {