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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4784df9a186 HIVE-26954: Upgrade Avro to 1.11.1 (Akshat Mathur reviewed 
by Ayush Saxena, Stamatis Zampetakis, Chris Nauroth)
4784df9a186 is described below

commit 4784df9a186733eae1794078bacfd610cdcfee09
Author: Akshat Mathur <akshatats...@gmail.com>
AuthorDate: Thu Feb 2 18:54:27 2023 +0530

    HIVE-26954: Upgrade Avro to 1.11.1 (Akshat Mathur reviewed by Ayush Saxena, 
Stamatis Zampetakis, Chris Nauroth)
    
    Co-authored-by: Raghav Aggarwal <raghavaggarwal03...@gmail.com>
    
    Closes #3878
    Closes #4012
---
 iceberg/pom.xml | 2 +-
 pom.xml         | 3 +--
 ql/pom.xml      | 1 -
 3 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/iceberg/pom.xml b/iceberg/pom.xml
index f6426e60598..44a831e605b 100644
--- a/iceberg/pom.xml
+++ b/iceberg/pom.xml
@@ -28,7 +28,7 @@
     <iceberg.version>1.1.0</iceberg.version>
     <kryo-shaded.version>4.0.2</kryo-shaded.version>
     <iceberg.mockito-core.version>3.4.4</iceberg.mockito-core.version>
-    <iceberg.avro.version>1.9.2</iceberg.avro.version>
+    <iceberg.avro.version>1.11.1</iceberg.avro.version>
     <iceberg.kryo.version>4.0.2</iceberg.kryo.version>
     
<iceberg.checkstyle.plugin.version>3.1.2</iceberg.checkstyle.plugin.version>
     <spotless.maven.plugin.version>2.5.0</spotless.maven.plugin.version>
diff --git a/pom.xml b/pom.xml
index 9840b79b2a3..c2a2d9f6f52 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,7 +107,7 @@
     <!-- Include arrow for LlapOutputFormatService -->
     <arrow.version>2.0.0</arrow.version>
     <avatica.version>1.12.0</avatica.version>
-    <avro.version>1.8.2</avro.version>
+    <avro.version>1.11.1</avro.version>
     <bcprov-jdk15on.version>1.64</bcprov-jdk15on.version>
     <calcite.version>1.25.0</calcite.version>
     <datanucleus-api-jdo.version>5.2.8</datanucleus-api-jdo.version>
@@ -559,7 +559,6 @@
       <dependency>
         <groupId>org.apache.avro</groupId>
         <artifactId>avro-mapred</artifactId>
-        <classifier>hadoop2</classifier>
         <version>${avro.version}</version>
         <exclusions>
           <exclusion>
diff --git a/ql/pom.xml b/ql/pom.xml
index d924ac5b577..e65636058a5 100644
--- a/ql/pom.xml
+++ b/ql/pom.xml
@@ -241,7 +241,6 @@
     <dependency>
       <groupId>org.apache.avro</groupId>
       <artifactId>avro-mapred</artifactId>
-      <classifier>hadoop2</classifier>
     </dependency>
     <dependency>
       <groupId>org.apache.ant</groupId>

Reply via email to