Skip to content

Commit f2af1cd

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

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
@@ -2153,6 +2153,10 @@
21532153
<groupId>org.pentaho</groupId>
21542154
<artifactId>pentaho-aggdesigner-algorithm</artifactId>
21552155
</exclusion>
2156+
<exclusion>
2157+
<groupId>org.apache.hive.shaded.avatica</groupId>
2158+
<artifactId>mapr-shaded-avatica</artifactId>
2159+
</exclusion>
21562160
<!-- End of Hive 2.3 exclusion -->
21572161
</exclusions>
21582162
</dependency>

sql/hive/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@
149149
<groupId>com.mapr.security</groupId>
150150
<artifactId>mapr-security-web</artifactId>
151151
</exclusion>
152+
<exclusion>
153+
<groupId>org.apache.hive.shaded.avatica</groupId>
154+
<artifactId>mapr-shaded-avatica</artifactId>
155+
</exclusion>
152156
</exclusions>
153157
</dependency>
154158
<dependency>

0 commit comments

Comments
 (0)