Skip to content

Commit

Permalink
one more check
Browse files Browse the repository at this point in the history
  • Loading branch information
etseidl committed Jul 31, 2024
1 parent 0175d53 commit f188bf8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions parquet/src/file/writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2204,6 +2204,10 @@ mod tests {
assert_eq!(left.statistics(), right.statistics());
assert_eq!(left.offset_index_length(), right.offset_index_length());
assert_eq!(left.column_index_length(), right.column_index_length());
assert_eq!(
left.unencoded_byte_array_data_bytes(),
right.unencoded_byte_array_data_bytes()
);
}

fn check_row_groups_are_equivalent(left: &RowGroupMetaData, right: &RowGroupMetaData) {
Expand Down

0 comments on commit f188bf8

Please sign in to comment.