Skip to content

Commit

Permalink
fix(cubesql): Pass proper in_projection flag in non-trivial wrapper p…
Browse files Browse the repository at this point in the history
…ull up rule
  • Loading branch information
mcheshkov committed Jan 16, 2025
1 parent 5e8fc92 commit 25ca740
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ impl WrapperRules {
// This is fixed to false for any LHS because we should only allow to push to Cube when from is ungrouped CubeSCan
// 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
"WrapperPullupReplacerPushToCube:false",
"?inner_projection_expr",
"?in_projection",
"?cube_members",
"?grouped_subqueries",
),
Expand Down

0 comments on commit 25ca740

Please sign in to comment.