hsiang-c commented on code in PR #4991: URL: https://github.com/apache/datafusion-comet/pull/4991#discussion_r3625311250
########## 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: (nit) I think we could mention 192-bit and 256-bit are allowed in Iceberg Java: https://github.com/apache/iceberg/blob/apache-iceberg-1.11.0/core/src/main/java/org/apache/iceberg/encryption/EncryptionUtil.java#L117-L120 -- 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]
