Skip to content

Commit

Permalink
perf(cubestore): Arrow Cargo.lock pointers for GroupsAccumulator changes
Browse files Browse the repository at this point in the history
  • Loading branch information
srh committed Nov 25, 2024
1 parent 1beba2d commit 10d311d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions rust/cubestore/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions rust/cubestore/cubestore-sql-tests/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3144,14 +3144,14 @@ async fn planning_inplace_aggregate2(service: Box<dyn SqlClient>) {
pp_phys_plan_ext(p.router.as_ref(), &verbose),
"Projection, [url, SUM(Data.hits)@1:hits]\
\n AggregateTopK, limit: 10, sortBy: [2 desc null last]\
\n ClusterSend, partitions: [[1, 2]]"
\n ClusterSend, partitions: [[1, 2]], sort_order: [1]"
);
assert_eq!(
pp_phys_plan_ext(p.worker.as_ref(), &verbose),
"Projection, [url, SUM(Data.hits)@1:hits]\
\n AggregateTopK, limit: 10, sortBy: [2 desc null last]\
\n Worker\
\n Sort, by: [SUM(hits)@1 desc nulls last]\
\n Worker, sort_order: [1]\
\n Sort, by: [SUM(hits)@1 desc nulls last], sort_order: [1]\
\n FullInplaceAggregate, sort_order: [0]\
\n MergeSort, single_vals: [0, 1], sort_order: [0, 1, 2]\
\n Union, single_vals: [0, 1], sort_order: [0, 1, 2]\
Expand Down

0 comments on commit 10d311d

Please sign in to comment.