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 55028a8 ARROW-10084: [Rust] [DataFusion] Added length of
LargeStringArray and fixed undefined behavior.
add 0597f48 ARROW-10046: [Rust] [DataFusion] Made `RecordBatchReader`
implement Iterator
No new revisions were added by this update.
Summary of changes:
rust/arrow-flight/src/utils.rs | 30 +-
rust/arrow/src/csv/reader.rs | 81 +++--
rust/arrow/src/ipc/reader.rs | 170 +++++-----
rust/arrow/src/ipc/writer.rs | 22 +-
rust/arrow/src/record_batch.rs | 10 +-
rust/arrow/src/util/integration_util.rs | 4 +-
rust/datafusion/examples/flight_client.rs | 2 +-
rust/datafusion/src/datasource/memory.rs | 10 +-
rust/datafusion/src/datasource/parquet.rs | 20 +-
rust/datafusion/src/execution/context.rs | 15 +-
rust/datafusion/src/physical_plan/common.rs | 37 +--
rust/datafusion/src/physical_plan/csv.rs | 17 +-
rust/datafusion/src/physical_plan/filter.rs | 74 +++--
.../datafusion/src/physical_plan/hash_aggregate.rs | 353 ++++++++++++---------
rust/datafusion/src/physical_plan/limit.rs | 9 +-
rust/datafusion/src/physical_plan/memory.rs | 25 +-
rust/datafusion/src/physical_plan/parquet.rs | 48 +--
rust/datafusion/src/physical_plan/projection.rs | 50 +--
rust/datafusion/tests/user_defined_plan.rs | 105 +++---
.../src/bin/arrow-file-to-stream.rs | 12 +-
.../src/bin/arrow-json-integration-test.rs | 15 +-
.../src/bin/arrow-stream-to-file.rs | 9 +-
rust/parquet/src/arrow/arrow_reader.rs | 71 +++--
rust/parquet/src/arrow/mod.rs | 4 +-
24 files changed, 653 insertions(+), 540 deletions(-)