Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-3099 add libthrift to parquet-cli shaded jar #3100

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

Arnaud-Nauwynck
Copy link
Contributor

@Arnaud-Nauwynck Arnaud-Nauwynck commented Dec 8, 2024

Rationale for this change

Closes #3099

the parquet-cli shaded "runtime.jar" does not work. Getting NoClassDefFoundError on libthrift class.

What changes are included in this PR?

add libthrift to parquet-cli/pom.xml.
it is already a transitive dependency, but was not in shaded jar.

@wgtmac wgtmac merged commit b7058f5 into apache:master Jan 21, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NoClassDefFoundError using parquet-cli shaded jar (building with mvn -Plocal)
3 participants