Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion committed Dec 6, 2024
1 parent e2f029e commit 43a6457
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ impl RowGroupDecoder {
mask.num_trues()
};

let mut live_df_filtered = unsafe { DataFrame::new_no_checks(height, filtered) };
let mut live_df_filtered = unsafe { DataFrame::new_no_checks(filtered_height, filtered) };

if self.non_predicate_arrow_field_indices.is_empty() {
// User or test may have explicitly requested prefiltering
Expand Down

0 comments on commit 43a6457

Please sign in to comment.