We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47e9033 commit b9e336fCopy full SHA for b9e336f
sql/core/pom.xml
@@ -129,6 +129,13 @@
129
<artifactId>parquet-avro</artifactId>
130
<scope>test</scope>
131
</dependency>
132
+ <!--
133
+ This version of avro test-dep is different from the one defined
134
+ in the parent pom. The parent pom has avro 1.7.7 test-dep for Hadoop.
135
+ Here, ParquetAvroCompatibilitySuite uses parquet-avro's AvroParquetWriter
136
+ which uses avro 1.8.0+ specific API. In Maven 3, we need to have
137
+ this here to have different versions for the same artifact.
138
+ -->
139
<dependency>
140
<groupId>org.apache.avro</groupId>
141
<artifactId>avro</artifactId>
0 commit comments