We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 688f7c6 commit 2bf1e29Copy full SHA for 2bf1e29
parquet/src/file/metadata/mod.rs
@@ -838,6 +838,7 @@ pub struct ColumnChunkMetaData {
838
encrypted_column_metadata: Option<Vec<u8>>,
839
/// When true, indicates the footer is plaintext (not encrypted).
840
/// This affects how column metadata is serialized when `encrypted_column_metadata` is present.
841
+ /// This field is only used at write time and is not needed when reading metadata.
842
#[cfg(feature = "encryption")]
843
plaintext_footer_mode: bool,
844
}
0 commit comments