This is an automated email from the ASF dual-hosted git repository.
jorgecarleitao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 38971af ARROW-10388: [Java] Fix Spark integration build failure
add 16f11d5 ARROW-10381: [Rust] Generalized Ordering for inter-array
comparisons
No new revisions were added by this update.
Summary of changes:
rust/arrow/Cargo.toml | 4 +
.../{aggregate_kernels.rs => sort_kernel.rs} | 43 +-
rust/arrow/src/array/mod.rs | 4 +-
rust/arrow/src/array/ord.rs | 471 ++++++++++-----------
rust/arrow/src/compute/kernels/sort.rs | 194 +++++----
5 files changed, 370 insertions(+), 346 deletions(-)
copy rust/arrow/benches/{aggregate_kernels.rs => sort_kernel.rs} (56%)