Skip to content

Commit ec0b91e

Browse files
pwendellmarmbrus
authored andcommitted
SPARK-3096: Include parquet hive serde by default in build
A small change - we should just add this dependency. It doesn't have any recursive deps and it's needed for reading have parquet tables. Author: Patrick Wendell <[email protected]> Closes apache#2009 from pwendell/parquet and squashes the following commits: e411f9f [Patrick Wendell] SPARk-309: Include parquet hive serde by default in build (cherry picked from commit 7ae28d1) Signed-off-by: Michael Armbrust <[email protected]>
1 parent 12f16ba commit ec0b91e

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
@@ -35,6 +35,11 @@
3535
</properties>
3636

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

0 commit comments

Comments
 (0)