Skip to content

Commit

Permalink
fix(cubestore): update arrow, fix test merge sort over unions (cube-j…
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-biryukov authored Mar 10, 2021
1 parent fb6fa73 commit 2c02d8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions rust/Cargo.lock

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

2 changes: 1 addition & 1 deletion rust/cubestore/src/queryplanner/query_executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ impl QueryExecutorImpl {
cluster_exec,
order
.iter()
.map(|i| schema.field(*i).name().to_string())
.map(|i| schema.field(*i).qualified_name().to_string())
.collect(),
)?))
} else {
Expand Down

0 comments on commit 2c02d8f

Please sign in to comment.