Skip to content

Commit bfc20e5

Browse files
committed
[SPARK-1088] Write to parquet fails for Spark 3.3.0 (apache#1036)
Co-authored-by: Egor Krivokon <>
1 parent aa66b74 commit bfc20e5

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2243,6 +2243,10 @@
22432243
<groupId>org.pentaho</groupId>
22442244
<artifactId>pentaho-aggdesigner-algorithm</artifactId>
22452245
</exclusion>
2246+
<exclusion>
2247+
<groupId>org.apache.hive.shaded.avatica</groupId>
2248+
<artifactId>mapr-shaded-avatica</artifactId>
2249+
</exclusion>
22462250
<!-- End of Hive 2.3 exclusion -->
22472251
</exclusions>
22482252
</dependency>

sql/hive/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@
138138
<groupId>com.mapr.security</groupId>
139139
<artifactId>mapr-security-web</artifactId>
140140
</exclusion>
141+
<exclusion>
142+
<groupId>org.apache.hive.shaded.avatica</groupId>
143+
<artifactId>mapr-shaded-avatica</artifactId>
144+
</exclusion>
141145
</exclusions>
142146
</dependency>
143147
<dependency>

0 commit comments

Comments
 (0)