z-anderson opened a new pull request, #3017: URL: https://github.com/apache/parquet-java/pull/3017
Rationale for this change The current jar contains version specific classes under META-INF/versions/... with unshaded package names. This leads to clashes with jackson and thus classpath duplicates. This is a major problem in many big projects right now (e.g. Spark). What changes are included in this PR? Ensure these classes are shaded. Are these changes tested? Are there any user-facing changes? Closes https://github.com/apache/parquet-java/issues/3007 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
