This is an automated email from the ASF dual-hosted git repository.
yufei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new f07654df3a fix: HMS federation doesn't build due to outdated
dependency (#3795)
f07654df3a is described below
commit f07654df3a74d0475857fa92423ffa5a84a52f7f
Author: Nándor Kollár <[email protected]>
AuthorDate: Thu Feb 26 18:11:32 2026 +0100
fix: HMS federation doesn't build due to outdated dependency (#3795)
---
extensions/federation/hive/build.gradle.kts | 1 +
1 file changed, 1 insertion(+)
diff --git a/extensions/federation/hive/build.gradle.kts
b/extensions/federation/hive/build.gradle.kts
index 15a90aadd0..86b2687de8 100644
--- a/extensions/federation/hive/build.gradle.kts
+++ b/extensions/federation/hive/build.gradle.kts
@@ -39,6 +39,7 @@ dependencies {
exclude("ch.qos.reload4j", "reload4j")
exclude("log4j", "log4j")
exclude("org.apache.zookeeper", "zookeeper")
+ exclude("org.ow2.asm", "asm-all")
}
// Hadoop dependencies