jackylee-ch commented on PR #8456: URL: https://github.com/apache/incubator-gluten/pull/8456#issuecomment-2579421619
> Hi @jackylee-ch, spark 3.5 uses parquet 1.13. After parquet 1.13, there is a new field added to check for encryption, which can provide if the file is encrypted. However if we try to read the encrypted file footer, it throws ParquetCryptoRuntimeException. Could you please elaborate on why it may not work on 3.5? Thanks You mean that no matter which Spark version we use, we can get `ParquetCryptoRuntimeException` if I try to read the encrypted footer? BTW what would happen if the footer is not encrypted but the column is encrypted? -- 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]
