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 ffaed97 ARROW-8205: [Rust] [DataFusion] Added check to uniqueness of
column names.
add 88b0cd2 ARROW-10041: [Rust] Added check of data type to
GenericString::from.
No new revisions were added by this update.
Summary of changes:
rust/arrow/src/array/array.rs | 40 +++++++++++++++++++++++-----
rust/arrow/src/array/equal.rs | 18 ++++++++-----
rust/arrow/src/array/mod.rs | 1 +
rust/arrow/src/compute/kernels/aggregate.rs | 12 ++++++---
rust/arrow/src/compute/kernels/comparison.rs | 2 +-
rust/arrow/src/compute/kernels/substring.rs | 11 +++-----
rust/arrow/src/compute/kernels/take.rs | 14 ++++------
7 files changed, 64 insertions(+), 34 deletions(-)