jerolba opened a new pull request, #3322: URL: https://github.com/apache/parquet-java/pull/3322
### Rationale for this change I've noticed that some JARs include `package-info.class` files from the shaded `it.unimi.dsi:fastutil` dependency. These files are located in packages that are otherwise empty and I believe these `package-info.class` files are unnecessary, even in artifacts that make use of other fastutil classes. ### What changes are included in this PR? Filtering these files out in the maven-shade-plugin configuration to reduce the final JAR size. ### Are these changes tested? No, apart of existing build process. ### Are there any user-facing changes? No Closes #3321 -- 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]
