This is an automated email from the ASF dual-hosted git repository.

agrove pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 87640f5  ARROW-9751: [Rust] [DataFusion] Allow UDFs to accept multiple 
data types per argument
     add 30143fc  ARROW-9895: [Rust] Improve sorting kernels

No new revisions were added by this update.

Summary of changes:
 rust/arrow/src/array/array.rs             |   8 +-
 rust/arrow/src/array/cast.rs              |  10 +
 rust/arrow/src/array/mod.rs               |   3 +-
 rust/arrow/src/array/ord.rs               | 273 ++++++++++++++---
 rust/arrow/src/compute/kernels/sort.rs    | 480 +++++++++++++++++++++++++-----
 rust/datafusion/README.md                 |   2 +-
 rust/datafusion/src/physical_plan/sort.rs | 103 +++++++
 7 files changed, 751 insertions(+), 128 deletions(-)

Reply via email to