Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion committed Dec 9, 2024
1 parent fe879b4 commit 2ebabe4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ impl SlicePushDown {
self.no_pushdown_restart_opt(lp, state, lp_arena, expr_arena)
}
}
(HStack {input, exprs, schema, options}, Some(_)) => {
(HStack {input, exprs, schema, options}, _) => {
let (can_pushdown, can_pushdown_and_any_expr_has_column) = can_pushdown_slice_past_projections(&exprs, expr_arena, self.empty_nodes_scratch_mut());

if can_pushdown_and_any_expr_has_column || (
Expand Down

0 comments on commit 2ebabe4

Please sign in to comment.