Skip to content

Commit

Permalink
[hive] exclude parquet-hadoop-bundle from paimon-hive-catalog. (apach…
Browse files Browse the repository at this point in the history
  • Loading branch information
liming30 authored Aug 5, 2024
1 parent 39ca57d commit 2d94053
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions paimon-hive/paimon-hive-catalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ under the License.
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
</exclusion>
<exclusion>
<artifactId>parquet-hadoop-bundle</artifactId>
<groupId>org.apache.parquet</groupId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit 2d94053

Please sign in to comment.