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

jinsongzhou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git


The following commit(s) were added to refs/heads/master by this push:
     new 96de6456f [AMORO-3739][Bug]: Add iceberg-arrow to ams package (#3740)
96de6456f is described below

commit 96de6456f19039a50b66ac3882805dd6170e2368
Author: cxxiii <[email protected]>
AuthorDate: Wed Aug 20 16:27:55 2025 +0800

    [AMORO-3739][Bug]: Add iceberg-arrow to ams package (#3740)
    
    Add iceberg-arrow to ams package
    
    Co-authored-by: zhoujinsong <[email protected]>
---
 amoro-ams/pom.xml | 9 +++++++++
 pom.xml           | 6 ++++++
 2 files changed, 15 insertions(+)

diff --git a/amoro-ams/pom.xml b/amoro-ams/pom.xml
index df6ca998b..386004fca 100644
--- a/amoro-ams/pom.xml
+++ b/amoro-ams/pom.xml
@@ -134,6 +134,10 @@
                     <groupId>org.rocksdb</groupId>
                     <artifactId>rocksdbjni</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.apache.arrow</groupId>
+                    <artifactId>*</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
 
@@ -185,6 +189,11 @@
             </exclusions>
         </dependency>
 
+        <dependency>
+            <groupId>org.apache.iceberg</groupId>
+            <artifactId>iceberg-arrow</artifactId>
+        </dependency>
+
         <dependency>
             <groupId>org.mybatis</groupId>
             <artifactId>mybatis</artifactId>
diff --git a/pom.xml b/pom.xml
index 68ea099a0..b5c8d3244 100644
--- a/pom.xml
+++ b/pom.xml
@@ -362,6 +362,12 @@
                 <version>${iceberg.version}</version>
             </dependency>
 
+            <dependency>
+                <groupId>org.apache.iceberg</groupId>
+                <artifactId>iceberg-arrow</artifactId>
+                <version>${iceberg.version}</version>
+            </dependency>
+
             <dependency>
                 <groupId>com.aliyun.oss</groupId>
                 <artifactId>aliyun-sdk-oss</artifactId>

Reply via email to