Skip to content

Commit

Permalink
fix(cubesql): Depend on a proper flag for grouped join part
Browse files Browse the repository at this point in the history
  • Loading branch information
mcheshkov committed Jan 27, 2025
1 parent 24a04dc commit 0eeb43a
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,12 @@ impl WrapperRules {
wrapper_replacer_context(
// Going to ignore this
"?right_alias_to_cube",
// TODO depend on proper "ungrouped scan" flag (that is not a push-to-cube)
"WrapperReplacerContextPushToCube:false",
"?right_push_to_cube",
"?in_projection",
// Going to ignore this
"?right_cube_members",
"?right_grouped_subqueries",
"?right_ungrouped_scan",
"WrapperReplacerContextUngroupedScan:false",
),
),
"CubeScanWrapperFinalized:false",
Expand Down

0 comments on commit 0eeb43a

Please sign in to comment.