Skip to content

Commit ecbeaf1

Browse files
committed
add check suggested in review
1 parent fd36afb commit ecbeaf1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • parquet/src/arrow/arrow_reader

parquet/src/arrow/arrow_reader/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3753,6 +3753,7 @@ pub(crate) mod tests {
37533753
for col in batch.columns() {
37543754
assert_eq!(col.len(), 4);
37553755
assert_eq!(col.logical_null_count(), 4);
3756+
assert_eq!(*col.data_type(), ArrowDataType::Null);
37563757
}
37573758
}
37583759

0 commit comments

Comments
 (0)