Skip to content

Commit 4784df9

Browse files
akshat0395zabetak
authored andcommitted
HIVE-26954: Upgrade Avro to 1.11.1 (Akshat Mathur reviewed by Ayush Saxena, Stamatis Zampetakis, Chris Nauroth)
Co-authored-by: Raghav Aggarwal <raghavaggarwal03.ra@gmail.com> Closes #3878 Closes #4012
1 parent 89fd959 commit 4784df9

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

iceberg/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<iceberg.version>1.1.0</iceberg.version>
2929
<kryo-shaded.version>4.0.2</kryo-shaded.version>
3030
<iceberg.mockito-core.version>3.4.4</iceberg.mockito-core.version>
31-
<iceberg.avro.version>1.9.2</iceberg.avro.version>
31+
<iceberg.avro.version>1.11.1</iceberg.avro.version>
3232
<iceberg.kryo.version>4.0.2</iceberg.kryo.version>
3333
<iceberg.checkstyle.plugin.version>3.1.2</iceberg.checkstyle.plugin.version>
3434
<spotless.maven.plugin.version>2.5.0</spotless.maven.plugin.version>

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<!-- Include arrow for LlapOutputFormatService -->
108108
<arrow.version>2.0.0</arrow.version>
109109
<avatica.version>1.12.0</avatica.version>
110-
<avro.version>1.8.2</avro.version>
110+
<avro.version>1.11.1</avro.version>
111111
<bcprov-jdk15on.version>1.64</bcprov-jdk15on.version>
112112
<calcite.version>1.25.0</calcite.version>
113113
<datanucleus-api-jdo.version>5.2.8</datanucleus-api-jdo.version>
@@ -559,7 +559,6 @@
559559
<dependency>
560560
<groupId>org.apache.avro</groupId>
561561
<artifactId>avro-mapred</artifactId>
562-
<classifier>hadoop2</classifier>
563562
<version>${avro.version}</version>
564563
<exclusions>
565564
<exclusion>

ql/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@
241241
<dependency>
242242
<groupId>org.apache.avro</groupId>
243243
<artifactId>avro-mapred</artifactId>
244-
<classifier>hadoop2</classifier>
245244
</dependency>
246245
<dependency>
247246
<groupId>org.apache.ant</groupId>

0 commit comments

Comments
 (0)