LakshSingla opened a new pull request, #15884: URL: https://github.com/apache/druid/pull/15884
This PR reverts the changes made between Druid 28 and Druid 29 to the ranger extension because the version bump adds `aws-java-sdk-bundle` as a transitive dependency. This bloats up the resulting build's size by a lot (~600MB previously, to ~900MB post the upgrade) This isn't a long-term solution, and the ideal fix would be to exclude the `aws-java-sdk-bundle` and figure out which aws libraries the dependency requires (Cloudwatch, I think), and manually provide those dependencies. -- 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]
