This is an automated email from the ASF dual-hosted git repository.

sunchao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 2c49463  ARROW-8263 [Rust] [DataFusion] Added some documentation to 
available SQL functions.
     add 7d377ba  ARROW-8559: [Rust] Consolidate Record Batch reader traits in 
main arrow crate

No new revisions were added by this update.

Summary of changes:
 rust/arrow/src/array/builder.rs                    |   6 +-
 rust/arrow/src/compute/kernels/arithmetic.rs       |   6 +-
 rust/arrow/src/compute/util.rs                     |  13 ++-
 rust/arrow/src/csv/reader.rs                       |  16 +--
 rust/arrow/src/datatypes.rs                        |  25 +++--
 rust/arrow/src/error.rs                            |  41 ++++---
 rust/arrow/src/flight/mod.rs                       |   5 +-
 rust/arrow/src/ipc/reader.rs                       |  88 +++++++--------
 rust/arrow/src/ipc/writer.rs                       |   9 +-
 rust/arrow/src/json/reader.rs                      |  32 +++---
 rust/arrow/src/record_batch.rs                     |  21 ++--
 rust/arrow/src/util/integration_util.rs            |   2 +-
 rust/datafusion/src/datasource/csv.rs              |  23 ++--
 rust/datafusion/src/datasource/datasource.rs       |  10 +-
 rust/datafusion/src/datasource/memory.rs           |  14 +--
 rust/datafusion/src/datasource/parquet.rs          |  30 +++--
 rust/datafusion/src/error.rs                       |   7 ++
 rust/datafusion/src/execution/context.rs           |  10 +-
 .../src/execution/physical_plan/common.rs          |  26 +++--
 rust/datafusion/src/execution/physical_plan/csv.rs |  31 +++---
 .../src/execution/physical_plan/datasource.rs      |  23 ++--
 .../src/execution/physical_plan/expressions.rs     |   2 +-
 .../src/execution/physical_plan/hash_aggregate.rs  | 121 +++++++++++++--------
 .../src/execution/physical_plan/limit.rs           |  24 ++--
 .../src/execution/physical_plan/memory.rs          |  29 ++---
 .../src/execution/physical_plan/merge.rs           |  16 +--
 rust/datafusion/src/execution/physical_plan/mod.rs |  18 +--
 .../src/execution/physical_plan/parquet.rs         |  52 +++++----
 .../src/execution/physical_plan/projection.rs      |  38 ++++---
 .../src/execution/physical_plan/selection.rs       |  35 +++---
 .../datafusion/src/execution/physical_plan/sort.rs |  12 +-
 rust/datafusion/src/sql/planner.rs                 |   4 +-
 rust/datafusion/src/test/mod.rs                    |   4 +-
 rust/datafusion/tests/sql.rs                       |   4 +-
 .../src/bin/arrow-file-to-stream.rs                |   3 +-
 .../src/bin/arrow-stream-to-file.rs                |   3 +-
 rust/parquet/src/arrow/arrow_reader.rs             |   4 +-
 37 files changed, 424 insertions(+), 383 deletions(-)

Reply via email to