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 95526cb commit 59d1231Copy full SHA for 59d1231
rust/cubesql/cubesql/src/compile/rewrite/rules/wrapper/wrapper_pull_up.rs
@@ -204,7 +204,8 @@ impl WrapperRules {
204
),
205
"?select_alias",
206
"?select_distinct",
207
- "?select_push_to_cube",
+ // This node has a WrappedSelect in from, so it's not allowed to use push to Cube
208
+ "WrappedSelectPushToCube:false",
209
"?select_ungrouped_scan",
210
211
"CubeScanWrapperFinalized:false",
@@ -245,7 +246,7 @@ impl WrapperRules {
245
246
"?order_expr",
247
248
249
250
251
252
"?alias_to_cube",
0 commit comments