Skip to content

Commit

Permalink
refactor: Fix new-streaming test_lazy_parquet::test_row_index (#19019)
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion authored Sep 30, 2024
1 parent 4cd4ae6 commit 7dd6c7c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -639,8 +639,6 @@ fn decode_column_prefiltered(
deserialize_filter,
)?;

assert_eq!(array.len(), expected_num_rows);

let column = Series::try_from((arrow_field, array))?.into_column();

let column = if !prefilter {
Expand Down

0 comments on commit 7dd6c7c

Please sign in to comment.