You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "RussellSpitzer (via GitHub)" <gi...@apache.org> on 2023/05/30 15:30:00 UTC

[GitHub] [iceberg] RussellSpitzer commented on issue #7737: [Spark] Few package dependency issues of Iceberg and AWS

RussellSpitzer commented on issue #7737:
URL: https://github.com/apache/iceberg/issues/7737#issuecomment-1568645140

   Runtime includes and shades iceberg-aws
   https://github.com/apache/iceberg/tree/master/spark/v3.3#L215
   
   It also shades and moves several other libraries. When you include an unshaded aws there are now a set two classes each with the same name but different linkages, only one of them is correct and which one is chosen is going to be classpath order dependent.
   
   I'm not sure where in the documentation we suggest using "iceberg-aws" with the runtime shaded libraries, but that should be removed if we have it anywhere. 


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org