This is an automated email from the ASF dual-hosted git repository.
jackie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new a843ad4e3d Upgrade ORC version to 1.9.3 (#12956)
a843ad4e3d is described below
commit a843ad4e3dd5a753e574ab9c90c699218255e7af
Author: Abhishek Sharma <[email protected]>
AuthorDate: Thu Apr 18 14:38:47 2024 -0400
Upgrade ORC version to 1.9.3 (#12956)
---
pinot-plugins/pinot-input-format/pinot-orc/pom.xml | 12 ++++++++----
pom.xml | 8 +++++++-
2 files changed, 15 insertions(+), 5 deletions(-)
diff --git a/pinot-plugins/pinot-input-format/pinot-orc/pom.xml
b/pinot-plugins/pinot-input-format/pinot-orc/pom.xml
index 4984c17fd3..8f9480d960 100644
--- a/pinot-plugins/pinot-input-format/pinot-orc/pom.xml
+++ b/pinot-plugins/pinot-input-format/pinot-orc/pom.xml
@@ -38,10 +38,6 @@
<phase.prop>package</phase.prop>
</properties>
<dependencies>
- <dependency>
- <groupId>org.apache.orc</groupId>
- <artifactId>orc-core</artifactId>
- </dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
@@ -70,5 +66,13 @@
<groupId>org.apache.hadoop.thirdparty</groupId>
<artifactId>hadoop-shaded-protobuf_3_21</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.hive</groupId>
+ <artifactId>hive-storage-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.orc</groupId>
+ <artifactId>orc-core</artifactId>
+ </dependency>
</dependencies>
</project>
diff --git a/pom.xml b/pom.xml
index 3300aba43a..e1714b98ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,7 +134,8 @@
<avro.version>1.11.3</avro.version>
<parquet.version>1.13.1</parquet.version>
- <orc.version>1.5.9</orc.version>
+ <orc.version>1.9.3</orc.version>
+ <hive.version>2.8.1</hive.version>
<helix.version>1.3.1</helix.version>
<zkclient.version>0.11</zkclient.version>
<jackson.version>2.12.7.20221012</jackson.version>
@@ -525,6 +526,11 @@
<artifactId>orc-mapreduce</artifactId>
<version>${orc.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.hive</groupId>
+ <artifactId>hive-storage-api</artifactId>
+ <version>${hive.version}</version>
+ </dependency>
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]