This is an automated email from the ASF dual-hosted git repository.

gangwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-java.git


The following commit(s) were added to refs/heads/master by this push:
     new b7058f5e6 GH-3099 add libthrift to parquet-cli shaded jar (#3100)
b7058f5e6 is described below

commit b7058f5e6dcabf4525a71a38ad34e6548872a66a
Author: arnaud.nauwynck <[email protected]>
AuthorDate: Tue Jan 21 05:50:34 2025 +0100

    GH-3099 add libthrift to parquet-cli shaded jar (#3100)
---
 parquet-cli/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/parquet-cli/pom.xml b/parquet-cli/pom.xml
index d37c4820d..f5accdde2 100644
--- a/parquet-cli/pom.xml
+++ b/parquet-cli/pom.xml
@@ -190,6 +190,12 @@
       <artifactId>hadoop-common</artifactId>
       <scope>${deps.scope}</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.thrift</groupId>
+      <artifactId>libthrift</artifactId>
+      <version>${format.thrift.version}</version>
+      <scope>${deps.scope}</scope>
+    </dependency>
     <dependency>
       <groupId>com.google.code.findbugs</groupId>
       <artifactId>jsr305</artifactId>

Reply via email to