jackye1995 commented on pull request #3270: URL: https://github.com/apache/iceberg/pull/3270#issuecomment-987708916
> or our apache iceberg integration case, I think we can also make the iceberg-aliyun to be optional plugin modules and we build iceberg-aliyun module with including all dependencies jars. If people want to access the iceberg tables backed aliyun oss, then they just need to load the iceberg-aliyun jar Does that mean you need to have 1 `iceberg-aliyun` jar, and another `iceberg-aliyun-runtime` jar, so the user experience become: ``` ./bin/sql-client.sh -j /path/to/iceberg-aliyun-runtime.jar shell ``` I think my understanding is probably wrong... could you provide an example of the e2e integration steps? -- 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]
