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 119d66159 [hotfix] Paimon S3 File Reader Miss Pom dependency (#3241)
119d66159 is described below

commit 119d66159f95d4a02b6ebf141214a62ee238769a
Author: ConradJam <[email protected]>
AuthorDate: Sat Oct 12 11:20:31 2024 +0800

    [hotfix] Paimon S3 File Reader Miss Pom dependency (#3241)
    
    Co-authored-by: ConradJam <[email protected]>
---
 amoro-format-paimon/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/amoro-format-paimon/pom.xml b/amoro-format-paimon/pom.xml
index 10ef509cb..74e04a4cc 100644
--- a/amoro-format-paimon/pom.xml
+++ b/amoro-format-paimon/pom.xml
@@ -49,6 +49,11 @@
             <artifactId>paimon-bundle</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>org.apache.paimon</groupId>
+            <artifactId>paimon-s3</artifactId>
+        </dependency>
+
         <dependency>
             <groupId>org.apache.spark</groupId>
             <artifactId>spark-sql_2.12</artifactId>

Reply via email to