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 989c255 commit fe879b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ impl SlicePushDown {
// these nodes will be pushed down.
// State is None, we can continue
m @ (Select {..}, None)
| m @ (HStack{..}, None)
| m @ (HStack {..}, None)
| m @ (SimpleProjection {..}, _)
=> {
let (lp, state) = m;
Expand Down

0 comments on commit fe879b4

Please sign in to comment.