We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 673be86 commit 0c4db0aCopy full SHA for 0c4db0a
rust/cubesql/cubesql/src/compile/rewrite/rules/wrapper/join.rs
@@ -64,13 +64,12 @@ impl WrapperRules {
64
wrapper_replacer_context(
65
// Going to ignore this
66
"?right_alias_to_cube",
67
- // TODO depend on proper "ungrouped scan" flag (that is not a push-to-cube)
68
- "WrapperReplacerContextPushToCube:false",
+ "?right_push_to_cube",
69
"?in_projection",
70
71
"?right_cube_members",
72
"?right_grouped_subqueries",
73
- "?right_ungrouped_scan",
+ "WrapperReplacerContextUngroupedScan:false",
74
),
75
76
"CubeScanWrapperFinalized:false",
0 commit comments