Skip to content

Commit

Permalink
[AMORO-1963][Spark]: Do not relocate the `org.apache.thrift.TExceptio…
Browse files Browse the repository at this point in the history
…n` (apache#1965)

fix mix-iceberg format with hive metastore not working on spark issue.
  • Loading branch information
GavinH1984 authored and ShawHee committed Dec 29, 2023
1 parent bd8eef9 commit 6986ec1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spark/v3.1/spark-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@
<relocation>
<pattern>org.apache.thrift</pattern>
<shadedPattern>com.netease.arctic.shade.org.apache.thrift</shadedPattern>
<excludes>
<exclude>org.apache.thrift.TException</exclude>
</excludes>
</relocation>
<relocation>
<pattern>org.apache.parquet.avro</pattern>
Expand Down
3 changes: 3 additions & 0 deletions spark/v3.2/spark-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@
<relocation>
<pattern>org.apache.thrift</pattern>
<shadedPattern>com.netease.arctic.shade.org.apache.thrift</shadedPattern>
<excludes>
<exclude>org.apache.thrift.TException</exclude>
</excludes>
</relocation>
<relocation>
<pattern>org.apache.parquet.avro</pattern>
Expand Down
3 changes: 3 additions & 0 deletions spark/v3.3/spark-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@
<relocation>
<pattern>org.apache.thrift</pattern>
<shadedPattern>com.netease.arctic.shade.org.apache.thrift</shadedPattern>
<excludes>
<exclude>org.apache.thrift.TException</exclude>
</excludes>
</relocation>
<relocation>
<pattern>org.apache.parquet.avro</pattern>
Expand Down

0 comments on commit 6986ec1

Please sign in to comment.