Skip to content

Commit 00d3314

Browse files
author
amathur
committed
HIVE-26954: Upgrade avro to 1.11.1
1 parent 8b94142 commit 00d3314

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

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)