snazy opened a new pull request, #4680: URL: https://github.com/apache/iceberg/pull/4680
None of the shaded jars properly relocates the file names nor the contents of the services files. For example, the file `META-INF/services/com.fasterxml.jackson.core.ObjectCodec` in a Spark runtime jar should have the name `META-INF/services/org.apache.iceberg.shaded.com.fasterxml.jackson.core.ObjectCodec` and the contents should contain `org.apache.iceberg.shaded.com.fasterxml.jackson.databind.ObjectMapper`, not `com.fasterxml.jackson.databind.ObjectMapper`. The Gradle shadow plugin has a builtin functionality to handle this - just need to be enabled. -- 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]
