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

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


The following commit(s) were added to refs/heads/master by this push:
     new e265d6dd4 [test] Exclude orc dependency to avoid test fails in IDEA 
(#3588)
e265d6dd4 is described below

commit e265d6dd49068e32a7ac5fc5a7bf712355b45804
Author: yuzelin <[email protected]>
AuthorDate: Mon Jun 24 17:37:32 2024 +0800

    [test] Exclude orc dependency to avoid test fails in IDEA (#3588)
---
 paimon-format/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/paimon-format/pom.xml b/paimon-format/pom.xml
index 7fe38b287..bd20fa65d 100644
--- a/paimon-format/pom.xml
+++ b/paimon-format/pom.xml
@@ -73,6 +73,10 @@ under the License.
                     <groupId>org.apache.avro</groupId>
                     <artifactId>avro</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.apache.orc</groupId>
+                    <artifactId>orc-core</artifactId>
+                </exclusion>
                 <exclusion>
                     <groupId>log4j</groupId>
                     <artifactId>log4j</artifactId>

Reply via email to