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

yuqi1129 pushed a commit to branch branch-1.3
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/branch-1.3 by this push:
     new a8a509a064 [Cherry-pick to branch-1.3] [#11326] 
improvement(hive-metastore3-libs): Exclude unused Arrow transitive dependency 
(#11327) (#11332)
a8a509a064 is described below

commit a8a509a0640b4a389c58f8356f8bdc1088cb866c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 2 14:11:30 2026 +0800

    [Cherry-pick to branch-1.3] [#11326] improvement(hive-metastore3-libs): 
Exclude unused Arrow transitive dependency (#11327) (#11332)
    
    **Cherry-pick Information:**
    - Original commit: e8a1f184f78842913ff2812a3a6b4125d5947548
    - Target branch: `branch-1.3`
    - Status: ✅ Clean cherry-pick (no conflicts)
    
    Co-authored-by: geyanggang <[email protected]>
---
 catalogs/hive-metastore3-libs/build.gradle.kts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/catalogs/hive-metastore3-libs/build.gradle.kts 
b/catalogs/hive-metastore3-libs/build.gradle.kts
index 8aceb9b064..1c30bba7b4 100644
--- a/catalogs/hive-metastore3-libs/build.gradle.kts
+++ b/catalogs/hive-metastore3-libs/build.gradle.kts
@@ -69,6 +69,7 @@ dependencies {
     exclude(group = "javax.transaction", module = "transaction-api")
     exclude(group = "junit")
     exclude(group = "org.apache.ant")
+    exclude(group = "org.apache.arrow")
     exclude(group = "org.apache.avro")
     exclude(group = "org.apache.derby")
     exclude(group = "org.apache.hadoop", module = 
"hadoop-yarn-server-resourcemanager")

Reply via email to