Skip to content

Commit b9e336f

Browse files
committed
Add comments.
1 parent 47e9033 commit b9e336f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sql/core/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,13 @@
129129
<artifactId>parquet-avro</artifactId>
130130
<scope>test</scope>
131131
</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+
-->
132139
<dependency>
133140
<groupId>org.apache.avro</groupId>
134141
<artifactId>avro</artifactId>

0 commit comments

Comments
 (0)