You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Java Iceberg implementation is adding support for using native Parquet modular encryption, which is being developed as part of version 3 of the Iceberg specification: https://github.com/orgs/apache/projects/393/views/1.
This encrypts data in Parquet files, but also requires encryption of manifests and manifest lists due to these containing potentially sensitive data like column statistics.
I'm currently working with @rok on adding support for Parquet modular encryption to arrow-rs in apache/arrow-rs#3511, which would be a prerequisite for supporting Parquet encryption in iceberg-rust.
We're considering using Iceberg for a project but would need encryption support. Is there any plan already to follow the Java version and add encryption support, or is this something that would be likely to be accepted if we contributed it?
The text was updated successfully, but these errors were encountered:
Hi
The Java Iceberg implementation is adding support for using native Parquet modular encryption, which is being developed as part of version 3 of the Iceberg specification: https://github.com/orgs/apache/projects/393/views/1.
This encrypts data in Parquet files, but also requires encryption of manifests and manifest lists due to these containing potentially sensitive data like column statistics.
I'm currently working with @rok on adding support for Parquet modular encryption to arrow-rs in apache/arrow-rs#3511, which would be a prerequisite for supporting Parquet encryption in iceberg-rust.
We're considering using Iceberg for a project but would need encryption support. Is there any plan already to follow the Java version and add encryption support, or is this something that would be likely to be accepted if we contributed it?
The text was updated successfully, but these errors were encountered: