devyn opened a new issue, #14164: URL: https://github.com/apache/iceberg/issues/14164
### Apache Iceberg version 1.10.0 (latest release) ### Query engine Spark ### Please describe the bug 🐞 SparkActions can't be used with table file encryption enabled because of how the Avro files are passed to the spark executor. Without serializing keyMetadata, the EncryptingFileIO that would normally decrypt the files doesn't, and so an InvalidAvroMagicException is raised with a magic that corresponds to "AGS1" ### Willingness to contribute - [ ] I can contribute a fix for this bug independently - [x] I would be willing to contribute a fix for this bug with guidance from the Iceberg community - [ ] I cannot contribute a fix for this bug at this time -- 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]
