Skip to content

Commit 164afff

Browse files
committed
chore(cubestore): Upgrade DF: Make string/boolean comparisons coerce to boolean
1 parent a2c9291 commit 164afff

File tree

2 files changed

+36
-37
lines changed

2 files changed

+36
-37
lines changed

rust/cubestore/Cargo.lock

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

rust/cubestore/cubestore-sql-tests/src/tests.rs

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3380,16 +3380,15 @@ async fn planning_inplace_aggregate2(service: Box<dyn SqlClient>) {
33803380
\n LinearSingleAggregate\
33813381
\n CoalescePartitions\
33823382
\n Union\
3383+
\n CoalesceBatches\
3384+
\n Filter\
3385+
\n Scan, index: default:1:[1]:sort_on[allowed, site_id, url], fields: *, sort_order: [0, 1, 2, 3, 4]\
3386+
\n Sort, by: [allowed@0, site_id@1, url@2, day@3, hits@4], sort_order: [0, 1, 2, 3, 4]\
3387+
\n Empty\
33833388
\n CoalescePartitions\
33843389
\n CoalesceBatches\
33853390
\n Filter\
3386-
\n Scan, index: default:1:[1], fields: *, sort_order: [0, 1, 2, 3, 4]\
3387-
\n Sort, by: [allowed@0, site_id@1, url@2, day@3, hits@4], sort_order: [0, 1, 2, 3, 4]\
3388-
\n Empty\
3389-
\n CoalescePartitions\
3390-
\n CoalesceBatches\
3391-
\n Filter\
3392-
\n Scan, index: default:2:[2], fields: *, sort_order: [0, 1, 2, 3, 4]\
3391+
\n Scan, index: default:2:[2]:sort_on[allowed, site_id, url], fields: *, sort_order: [0, 1, 2, 3, 4]\
33933392
\n Sort, by: [allowed@0, site_id@1, url@2, day@3, hits@4], sort_order: [0, 1, 2, 3, 4]\
33943393
\n Empty"
33953394
);

0 commit comments

Comments
 (0)