Skip to content

Commit e411f9f

Browse files
committed
SPARk-309: Include parquet hive serde by default in build
1 parent df652ea commit e411f9f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sql/hive/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@
3636
</properties>
3737

3838
<dependencies>
39+
<dependency>
40+
<groupId>com.twitter</groupId>
41+
<artifactId>parquet-hive-bundle</artifactId>
42+
<version>1.5.0</version>
43+
</dependency>
3944
<dependency>
4045
<groupId>org.apache.spark</groupId>
4146
<artifactId>spark-core_${scala.binary.version}</artifactId>

0 commit comments

Comments
 (0)