ggershinsky commented on code in PR #14756: URL: https://github.com/apache/iceberg/pull/14756#discussion_r2587772637
########## 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: will this work ok in the main branch? These refs are broken in https://github.com/huaxingao/iceberg/blob/enc_doc/docs/docs/encryption.md -- 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]
