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 d171a2b commit a19f88aCopy full SHA for a19f88a
rust/cubesql/cubesql/src/compile/rewrite/rules/wrapper/wrapper_pull_up.rs
@@ -224,7 +224,8 @@ impl WrapperRules {
224
),
225
"?select_alias",
226
"?select_distinct",
227
- "?select_push_to_cube",
+ // This node has a WrappedSelect in from, so it's not allowed to use push to Cube
228
+ "WrappedSelectPushToCube:false",
229
"?select_ungrouped_scan",
230
231
"CubeScanWrapperFinalized:false",
@@ -265,7 +266,7 @@ impl WrapperRules {
265
266
"?order_expr",
267
268
269
270
271
272
"?alias_to_cube",
0 commit comments