Skip to content

Commit 88702d1

Browse files
committed
chore(cubestore): Upgrade DF 46: Make DF optimization propagate_empty_relation handle unions properly
1 parent 5f7077c commit 88702d1

File tree

2 files changed

+37
-37
lines changed

2 files changed

+37
-37
lines changed

rust/cubestore/Cargo.lock

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/cubestore/cubestore/src/sql/mod.rs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3050,14 +3050,14 @@ mod tests {
30503050
\n Aggregate\
30513051
\n ClusterSend, indices: [[3, 4, 2]]\
30523052
\n SubqueryAlias\
3053-
\n Union, schema: fields:[foo.a.a, foo.a.b, foo.a.c], metadata:{}\
3054-
\n Filter\
3055-
\n Scan foo.a1, source: CubeTable(index: default:3:[3]:sort_on[a, b]), fields: *\
3056-
\n Filter\
3057-
\n Scan foo.b1, source: CubeTable(index: default:4:[4]:sort_on[a, b]), fields: *\
3058-
\n Filter\
3059-
\n Scan foo.b, source: CubeTable(index: default:2:[2]:sort_on[a, b]), fields: *"
3060-
3053+
\n Projection, [foo.a.a:a, foo.a.b:b, foo.a.c:c]\
3054+
\n Union, schema: fields:[foo.a1.a, foo.a1.b, foo.a1.c], metadata:{}\
3055+
\n Filter\
3056+
\n Scan foo.a1, source: CubeTable(index: default:3:[3]:sort_on[a, b]), fields: *\
3057+
\n Filter\
3058+
\n Scan foo.b1, source: CubeTable(index: default:4:[4]:sort_on[a, b]), fields: *\
3059+
\n Filter\
3060+
\n Scan foo.b, source: CubeTable(index: default:2:[2]:sort_on[a, b]), fields: *"
30613061
);
30623062
}
30633063
_ => assert!(false),

0 commit comments

Comments
 (0)