Skip to content

Commit 7454e7f

Browse files
committed
fix(cubesql): Pass proper in_projection flag in non-trivial wrapper pull up rule
1 parent f17fdac commit 7454e7f

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
@@ -253,7 +253,7 @@ impl WrapperRules {
253253
// This is fixed to false for any LHS because we should only allow to push to Cube when from is ungrouped CubeSCan
254254
// 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
255255
"WrapperPullupReplacerPushToCube:false",
256-
"?inner_projection_expr",
256+
"?in_projection",
257257
"?cube_members",
258258
),
259259
"CubeScanWrapperFinalized:false",

0 commit comments

Comments
 (0)