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 c49b5da ARROW-10302: [Python] Don't double-package plasma-store-server
add eea8d35 ARROW-10375 [Rust] Removed PrimitiveArrayOps
No new revisions were added by this update.
Summary of changes:
rust/arrow/src/array/array.rs | 17 +++++------------
rust/arrow/src/array/iterator.rs | 2 +-
rust/arrow/src/array/mod.rs | 3 +--
rust/arrow/src/compute/kernels/boolean.rs | 1 -
rust/arrow/src/compute/kernels/filter.rs | 1 -
rust/arrow/src/compute/kernels/sort.rs | 2 +-
rust/arrow/src/lib.rs | 4 ++--
rust/arrow/src/util/display.rs | 2 +-
rust/datafusion/examples/simple_udaf.rs | 4 ++--
rust/datafusion/examples/simple_udf.rs | 4 +---
rust/datafusion/src/datasource/parquet.rs | 1 -
rust/datafusion/src/execution/context.rs | 4 +---
rust/datafusion/src/physical_plan/expressions.rs | 4 ++--
rust/datafusion/src/physical_plan/functions.rs | 5 +----
rust/datafusion/src/physical_plan/hash_aggregate.rs | 1 -
rust/datafusion/src/physical_plan/math_expressions.rs | 4 +---
rust/datafusion/src/scalar.rs | 5 +----
rust/datafusion/src/test/mod.rs | 1 -
rust/datafusion/tests/user_defined_plan.rs | 2 +-
19 files changed, 21 insertions(+), 46 deletions(-)