Skip to content

Commit 8eea1e5

Browse files
committed
re-enable tests
1 parent bd9860e commit 8eea1e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

parquet/src/file/metadata/writer.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -592,8 +592,8 @@ mod tests {
592592
assert_eq!(left.compressed_size(), right.compressed_size());
593593
assert_eq!(left.data_page_offset(), right.data_page_offset());
594594
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());
595+
assert_eq!(left.offset_index_length(), right.offset_index_length());
596+
assert_eq!(left.column_index_length(), right.column_index_length());
597597
assert_eq!(
598598
left.unencoded_byte_array_data_bytes(),
599599
right.unencoded_byte_array_data_bytes()

0 commit comments

Comments
 (0)