Skip to content

Commit

Permalink
Update to Parquet 1.8.2 (apache#4210)
Browse files Browse the repository at this point in the history
Hi guys,

Since Spark 2.x uses Parquet 1.8.2, we would like to update Druid's parquet library from 1.8.1 to 1.8.2 as well. It includes a lot of patches, performance improvements and better compatibility:
apache/parquet-java@4aba4da...c652278

Cheers, Fokko
  • Loading branch information
Fokko authored and gianm committed Apr 27, 2017
1 parent 4005757 commit 13143f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions-contrib/parquet-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>org.apache.parquet</groupId>
<artifactId>parquet-avro</artifactId>
<version>1.8.1</version>
<version>1.8.2</version>
</dependency>
<dependency>
<groupId>io.druid</groupId>
Expand Down

0 comments on commit 13143f9

Please sign in to comment.