Skip to content

Commit 10d311d

Browse files
committed
perf(cubestore): Arrow Cargo.lock pointers for GroupsAccumulator changes
1 parent 1beba2d commit 10d311d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

rust/cubestore/Cargo.lock

Lines changed: 3 additions & 3 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3144,14 +3144,14 @@ async fn planning_inplace_aggregate2(service: Box<dyn SqlClient>) {
31443144
pp_phys_plan_ext(p.router.as_ref(), &verbose),
31453145
"Projection, [url, SUM(Data.hits)@1:hits]\
31463146
\n AggregateTopK, limit: 10, sortBy: [2 desc null last]\
3147-
\n ClusterSend, partitions: [[1, 2]]"
3147+
\n ClusterSend, partitions: [[1, 2]], sort_order: [1]"
31483148
);
31493149
assert_eq!(
31503150
pp_phys_plan_ext(p.worker.as_ref(), &verbose),
31513151
"Projection, [url, SUM(Data.hits)@1:hits]\
31523152
\n AggregateTopK, limit: 10, sortBy: [2 desc null last]\
3153-
\n Worker\
3154-
\n Sort, by: [SUM(hits)@1 desc nulls last]\
3153+
\n Worker, sort_order: [1]\
3154+
\n Sort, by: [SUM(hits)@1 desc nulls last], sort_order: [1]\
31553155
\n FullInplaceAggregate, sort_order: [0]\
31563156
\n MergeSort, single_vals: [0, 1], sort_order: [0, 1, 2]\
31573157
\n Union, single_vals: [0, 1], sort_order: [0, 1, 2]\

0 commit comments

Comments
 (0)