Skip to content

Commit

Permalink
[Enhancement] Reduce hive-udf jar sizes (backport #48436) (#49139)
Browse files Browse the repository at this point in the history
Co-authored-by: cxzl25 <[email protected]>
  • Loading branch information
mergify[bot] and cxzl25 authored Jul 30, 2024
1 parent 7ac2b39 commit 843eaee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fe/hive-udf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<dependency>
<groupId>io.trino.hive</groupId>
<artifactId>hive-apache</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.starrocks</groupId>
Expand All @@ -25,6 +26,7 @@
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>

Expand Down

0 comments on commit 843eaee

Please sign in to comment.