Skip to content

Commit 25ca740

Browse files
committed
fix(cubesql): Pass proper in_projection flag in non-trivial wrapper pull up rule
1 parent 5e8fc92 commit 25ca740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/cubesql/cubesql/src/compile/rewrite/rules/wrapper/wrapper_pull_up.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ impl WrapperRules {
285285
// This is fixed to false for any LHS because we should only allow to push to Cube when from is ungrouped CubeSCan
286286
// And after pulling replacer over this node it will be WrappedSelect(from=WrappedSelect), so it should not allow to push for whatever LP is on top of it
287287
"WrapperPullupReplacerPushToCube:false",
288-
"?inner_projection_expr",
288+
"?in_projection",
289289
"?cube_members",
290290
"?grouped_subqueries",
291291
),

0 commit comments

Comments
 (0)