Skip to content

Commit d2024bb

Browse files
rokadamreeve
andauthored
Update parquet/src/arrow/mod.rs
Co-authored-by: Adam Reeve <[email protected]>
1 parent 87c7c54 commit d2024bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parquet/src/arrow/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
//!
164164
//! // There is always a footer key even with a plaintext footer,
165165
//! // but this is used for signing the footer.
166-
//! let footer_key = "0123456789012345".as_bytes(); // 128bit/16
166+
//! let footer_key = "0123456789012345".as_bytes(); // Keys are 128 bits (16 bytes)
167167
//! let column_1_key = "1234567890123450".as_bytes();
168168
//! let column_2_key = "1234567890123451".as_bytes();
169169
//!

0 commit comments

Comments
 (0)