Skip to content

Commit 2bf1e29

Browse files
committed
clarifying comment
1 parent 688f7c6 commit 2bf1e29

File tree

1 file changed

+1
-0
lines changed
  • parquet/src/file/metadata

1 file changed

+1
-0
lines changed

parquet/src/file/metadata/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -838,6 +838,7 @@ pub struct ColumnChunkMetaData {
838838
encrypted_column_metadata: Option<Vec<u8>>,
839839
/// When true, indicates the footer is plaintext (not encrypted).
840840
/// 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.
841842
#[cfg(feature = "encryption")]
842843
plaintext_footer_mode: bool,
843844
}

0 commit comments

Comments
 (0)