Skip to content

Commit

Permalink
chore: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
srh committed Sep 11, 2024
1 parent b059926 commit 1a425b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parquet/src/file/encryption.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ pub struct ParquetEncryptionKeyInfo {
pub enum ParquetEncryptionMode {
/// Means the file is unencrypted
Unencrypted,
/// Means the file is footer-encrypted -- well, fully-encrypted. The same key is used for all
/// the columns too, in this implementation.
/// Means the file is encrypted with encrypted footer mode. The same
/// key is used for all the columns too, in this implementation.
FooterEncrypted(ParquetEncryptionKeyInfo),
}

Expand Down

0 comments on commit 1a425b3

Please sign in to comment.