Re: [I] [Epic] Parquet Modular Encryption Support [arrow-rs]
adamreeve commented on issue #7278: URL: https://github.com/apache/arrow-rs/issues/7278#issuecomment-3139126257 Hi @Bukhtawar, footers are encrypted by default, but files can optionally use plaintext footers by calling [`EncryptionPropertiesBuilder::with_plaintext_footer(true)`](https://github.com/apache/arrow-rs/blob/876585c1cd986dbaee0c26d52b55a4186a2f68c8/parquet/src/encryption/encrypt.rs#L204) when creating `FileEncryptionProperties`. -- 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]
Re: [I] [Epic] Parquet Modular Encryption Support [arrow-rs]
Bukhtawar commented on issue #7278: URL: https://github.com/apache/arrow-rs/issues/7278#issuecomment-3139085192 @alamb : Is encrypted footer support also supported/tracked https://github.com/apache/parquet-format/blob/master/Encryption.md#54-encrypted-footer-mode -- 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]
[I] [Epic] Parquet Modular Encryption Support [arrow-rs]
alamb opened a new issue, #7278: URL: https://github.com/apache/arrow-rs/issues/7278 This ticket tracks the work to implement [Parquet Modular Encryption](https://github.com/apache/parquet-format/blob/master/Encryption.md) See the prior discussion / question here: - https://github.com/apache/arrow-rs/pull/6637 -- 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]
