hsiang-c opened a new issue, #9202:
URL: https://github.com/apache/arrow-rs/issues/9202

   As of version `57.2.0`, 
[cipher.rs](https://github.com/apache/arrow-rs/blob/57.2.0/parquet/src/encryption/ciphers.rs#L44-L45)
 hardcoded `AES_128_GCM` algorithm and it takes AES key of 128 bits.
   
   However, Iceberg 
[spec](https://iceberg.apache.org/gcm-stream-spec/#encryption-algorithm) allows 
AES key sizes of 128, 192 and 256 bits.
   
   It would be great that the Parquet module can encrypt/decrypt AES 256 bits 
key.


-- 
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]

Reply via email to