mbutrovich commented on code in PR #4991: URL: https://github.com/apache/datafusion-comet/pull/4991#discussion_r3625403635
########## docs/source/user-guide/latest/iceberg.md: ########## @@ -63,7 +63,14 @@ The native Iceberg reader supports the following features: **Table specifications:** -- Iceberg table spec v1 and v2 (v3 will fall back to Spark) +- Iceberg table spec v1, v2, and v3 + +**Encryption:** + +- Encrypted v3 tables using 128-bit AES-GCM data keys (requires Iceberg 1.11 or newer). Iceberg-Java Review Comment: Good call. Updated the docs to note that Iceberg-Java also permits 192- and 256-bit data keys, and that those tables fall back to Spark for now since the native Parquet reader decrypts only 128-bit AES-GCM until arrow-rs 58.4. -- 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]
