Skip to content

Commit

Permalink
reduce hive-udf sizes
Browse files Browse the repository at this point in the history
Signed-off-by: sychen <[email protected]>
  • Loading branch information
cxzl25 authored and trueeyu committed Jul 17, 2024
1 parent 465e779 commit 2ab6c0d
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 2ab6c0d

Please sign in to comment.