huaxingao commented on code in PR #14756: URL: https://github.com/apache/iceberg/pull/14756#discussion_r2587859789
########## docs/docs/encryption.md: ########## @@ -124,27 +124,27 @@ The standard Iceberg encryption manager generates an encryption key and a unique for each data and delete file. The generation is performed in the worker nodes, by using a secure random number generator. For Parquet data files, these parameters are passed to the native Parquet Modular Encryption [mechanism](https://parquet.apache.org/docs/file-format/data-pages/encryption). For Avro data files, -these parameters are passed to the AES GCM Stream encryption [mechanism](../../format/gcm-stream-spec.md). +these parameters are passed to the AES GCM Stream encryption [mechanism](../../gcm-stream-spec.md). Review Comment: I tried it on my local, with `format` it has problems, without `format` it works OK <img width="837" height="120" alt="Screenshot 2025-12-03 at 11 14 15 PM" src="https://github.com/user-attachments/assets/c54ccf3e-b28b-4c89-89ba-916ad81e7e7e" /> -- 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]
