openinx opened a new pull request #3684: URL: https://github.com/apache/iceberg/pull/3684
Since the current `iceberg-aliyun` bundled jar size is about 10MB, which is a bit larger than the threshold (1MB) to add it to engines runtime by default.So I propose to create another separate `iceberg-aliyun-runtime` module to package all the dependencies into a bundled jar, which could be a pluggable integration for different engines. That means we don't enable the iceberg aliyun integration work by default, but people could choose to enable it if they want to access their iceberg tables backed in aliyun services (OSS and catalog etc). Reviewers can read those comments for more background about this PR: https://github.com/apache/iceberg/pull/3270#issuecomment-987509603 -- 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]
