bryanck opened a new pull request, #8261: URL: https://github.com/apache/iceberg/pull/8261
This PR adds a new `iceberg-aws-bundle` project that packages the necessary AWS libraries and shades any packages that might conflict with engine libraries or Iceberg. AWS already provides a bundle library for convenience, however it is very large (460+MB) which can cause issues with systems that limit jar size, like AWS KDA. If someone does want to include only the AWS libraries required, they need to inspect build.gradle for the compileOnly dependencies in the `iceberg-aws` project and also determine what needs to be shaded. This `iceberg-aws-bundle` jar is much smaller, ~28MB, and also aligns the correct AWS SDK version with the Iceberg release. -- 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]
