Skip to content

Commit 1e58faa

Browse files
committed
feat(cubesql): Allow wrapper pull up to go across joins
1 parent d6607bd commit 1e58faa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/cubesql/cubesql/src/compile/rewrite/rules/wrapper/wrapper_pull_up.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ impl WrapperRules {
6868
"?grouped_subqueries",
6969
),
7070
wrapper_pullup_replacer(
71-
wrapped_select_joins_empty_tail(),
71+
"?joins",
7272
"?alias_to_cube",
7373
"?push_to_cube",
7474
"?in_projection",
@@ -111,7 +111,7 @@ impl WrapperRules {
111111
"?aggr_expr",
112112
"?window_expr",
113113
"?cube_scan_input",
114-
wrapped_select_joins_empty_tail(),
114+
"?joins",
115115
"?filter_expr",
116116
wrapped_select_having_expr_empty_tail(),
117117
"WrappedSelectLimit:None",

0 commit comments

Comments
 (0)