This is an automated email from the ASF dual-hosted git repository.
huaxingao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new 9ffea7f0b2 Hotfix: adapt HMS tests to HiveTableOperations ctor (add
KeyManagementClient) (#14384)
9ffea7f0b2 is described below
commit 9ffea7f0b263f09de2cc966c96dbab5c7b7fc0d2
Author: Huaxin Gao <[email protected]>
AuthorDate: Mon Oct 20 20:12:44 2025 -0700
Hotfix: adapt HMS tests to HiveTableOperations ctor (add
KeyManagementClient) (#14384)
---
.../src/test/java/org/apache/iceberg/hive/TestHiveCommits.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/hive-metastore/src/test/java/org/apache/iceberg/hive/TestHiveCommits.java
b/hive-metastore/src/test/java/org/apache/iceberg/hive/TestHiveCommits.java
index f78bb5d3e7..948b61ada6 100644
--- a/hive-metastore/src/test/java/org/apache/iceberg/hive/TestHiveCommits.java
+++ b/hive-metastore/src/test/java/org/apache/iceberg/hive/TestHiveCommits.java
@@ -520,6 +520,7 @@ public class TestHiveCommits extends HiveTableTestBase {
catalog.getConf(),
catalog.clientPool(),
catalog.newTableOps(newTableIdentifier).io(),
+ null,
catalog.name(),
newTableIdentifier.namespace().level(0),
newTableIdentifier.name());