We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd9860e commit 8eea1e5Copy full SHA for 8eea1e5
parquet/src/file/metadata/writer.rs
@@ -592,8 +592,8 @@ mod tests {
592
assert_eq!(left.compressed_size(), right.compressed_size());
593
assert_eq!(left.data_page_offset(), right.data_page_offset());
594
assert_eq!(left.statistics(), right.statistics());
595
- // assert_eq!(left.offset_index_length(), right.offset_index_length());
596
- // assert_eq!(left.column_index_length(), right.column_index_length());
+ assert_eq!(left.offset_index_length(), right.offset_index_length());
+ assert_eq!(left.column_index_length(), right.column_index_length());
597
assert_eq!(
598
left.unencoded_byte_array_data_bytes(),
599
right.unencoded_byte_array_data_bytes()
0 commit comments