This is an automated email from the ASF dual-hosted git repository.
nevime pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from f358a29 ARROW-10076: [C++] Use temporary directory facility in all
unit tests
add c3e399c ARROW-10065: [Rust] Simplify code (+500, -1k)
No new revisions were added by this update.
Summary of changes:
rust/arrow/src/array/array.rs | 1046 ++++++++------------
rust/arrow/src/array/equal.rs | 674 +++----------
rust/arrow/src/array/mod.rs | 7 +-
rust/arrow/src/compute/kernels/aggregate.rs | 4 +-
rust/arrow/src/compute/kernels/concat.rs | 2 +-
rust/arrow/src/compute/kernels/take.rs | 26 +-
rust/arrow/src/util/pretty.rs | 2 +-
rust/datafusion/src/execution/context.rs | 1 -
.../src/physical_plan/datetime_expressions.rs | 8 +-
rust/datafusion/src/physical_plan/explain.rs | 6 +-
rust/datafusion/src/physical_plan/expressions.rs | 2 +-
rust/datafusion/src/physical_plan/functions.rs | 2 +-
.../datafusion/src/physical_plan/hash_aggregate.rs | 2 +-
.../src/physical_plan/string_expressions.rs | 2 +-
rust/datafusion/src/scalar.rs | 2 +-
rust/datafusion/tests/user_defined_plan.rs | 5 +-
rust/parquet/src/arrow/array_reader.rs | 4 +-
17 files changed, 592 insertions(+), 1203 deletions(-)