From 7428bea204c4d2dbcc1971a4dd33080ba35c853e Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Wed, 6 Dec 2023 11:10:17 -0800 Subject: [PATCH] ORC-1545: [JAVA] Use `orc-format` 1.0.0-SNAPSHOT ### What changes were proposed in this pull request? This PR aims to use `orc-format` 1.0.0-SNAPSHOT in `Java` as an interim stage. 1. We need to change C++ separately later. 2. After (1), we can delete `proto/orc_proto.proto`. 3. After releasing `orc-format` 1.0.0, we need to use it instead of SNAPSHOT. ### Why are the changes needed? To verify `orc-format` repository and snapshot. ### How was this patch tested? Pass the CIs. Closes #1683 from dongjoon-hyun/ORC-1545. Authored-by: Dongjoon Hyun Signed-off-by: Dongjoon Hyun --- java/core/pom.xml | 8 ++++---- java/pom.xml | 31 ++++++------------------------- java/tools/pom.xml | 4 ++++ 3 files changed, 14 insertions(+), 29 deletions(-) diff --git a/java/core/pom.xml b/java/core/pom.xml index 8bb4ea613b..3c6fc0f4e9 100644 --- a/java/core/pom.xml +++ b/java/core/pom.xml @@ -33,6 +33,10 @@ org.apache.orc orc-shims + + org.apache.orc + orc-format + @@ -123,10 +127,6 @@ - - com.github.os72 - protoc-jar-maven-plugin - org.apache.maven.plugins maven-compiler-plugin diff --git a/java/pom.xml b/java/pom.xml index d75ceefd9a..6a3dd6e23d 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -74,10 +74,10 @@ 3.9.4 4.11.0 + 1.0.0-SNAPSHOT 2023-05-15T16:29:49Z 3.25.1 - 3.17.3 2.0.9 2.8.1 3.0.0-M5 @@ -87,6 +87,11 @@ + + org.apache.orc + orc-format + ${orc-format.version} + org.apache.orc orc-shims @@ -480,30 +485,6 @@ - - com.github.os72 - protoc-jar-maven-plugin - 3.11.4 - - - - run - - generate-sources - - ${protoc.version} - com.google.protobuf:protoc:${protoc.version} - none - - ../../proto - - - ../../proto - - - - - org.apache.maven.plugins maven-shade-plugin diff --git a/java/tools/pom.xml b/java/tools/pom.xml index 03c88d45f7..f852a708c8 100644 --- a/java/tools/pom.xml +++ b/java/tools/pom.xml @@ -27,6 +27,10 @@ + + org.apache.orc + orc-format + org.apache.orc orc-shims