dmytroi11i commented on issue #12577: URL: https://github.com/apache/iceberg/issues/12577#issuecomment-2740324032
Hi, @kien-truong, Thank you for pointing me in the right direction. I hadn't noticed that it could be an empty file. I added the Spark configuration `spark.hadoop.fs.s3a.impl=org.apache.hadoop.fs.s3a.S3AFileSystem`, and it worked. I believe, in this case, Spark uses Hadoop's S3A connector, which does not rely on the AWS SDK's `execution.interceptors`. -- 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]
