From 57523910bd0f96f609367dc330924ef1ea344a64 Mon Sep 17 00:00:00 2001 From: Arnaud Nauwynck Date: Sun, 8 Dec 2024 20:21:52 +0100 Subject: [PATCH] GH-3099 add libthrift to parquet-cli shaded jar --- parquet-cli/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/parquet-cli/pom.xml b/parquet-cli/pom.xml index c491918069..1bed03df35 100644 --- a/parquet-cli/pom.xml +++ b/parquet-cli/pom.xml @@ -190,6 +190,12 @@ hadoop-common ${deps.scope} + + org.apache.thrift + libthrift + ${format.thrift.version} + ${deps.scope} + com.google.code.findbugs jsr305