jpohanka commented on issue #5611: URL: https://github.com/apache/iceberg/issues/5611#issuecomment-1556214928
I am using Iceberg version 1.2.0 and I have encountered the same issue and managed to solve it by using the approach suggested by @chajath - I have used the following SDK packages: - `software.amazon.awssdk:core:2.20.18` - `software.amazon.awssdk:glue:2.20.18` - `software.amazon.awssdk:s3:2.20.18` - `software.amazon.awssdk:sts:2.20.18` - `software.amazon.awssdk:utils:2.20.18` - `software.amazon.awssdk:url-connection-client:2.20.18` -- 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]
