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 and wxplovecc committed Aug 6, 2024
1 parent be144dd commit 5fe94e8
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 5fe94e8

Please sign in to comment.