You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2020/05/22 01:35:30 UTC

[arrow] branch master updated (5602c45 -> 0f364a3)

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 5602c45  PARQUET-1861: [Parquet][Documentation] Clarify buffered stream option
     add 0f364a3  ARROW-8877: [Rust] [DataFusion] introduce CsvReadOption struct to simplify UX

No new revisions were added by this update.

Summary of changes:
 rust/arrow/src/csv/reader.rs                       |   4 +-
 rust/datafusion/benches/aggregate_query_sql.rs     |  11 +-
 rust/datafusion/examples/csv_sql.rs                |  27 +---
 rust/datafusion/src/datasource/csv.rs              |  77 +++++------
 rust/datafusion/src/datasource/mod.rs              |   2 +-
 rust/datafusion/src/execution/context.rs           |  76 ++++-------
 rust/datafusion/src/execution/physical_plan/csv.rs | 145 +++++++++++++++------
 .../src/execution/physical_plan/hash_aggregate.rs  |   5 +-
 .../src/execution/physical_plan/limit.rs           |   5 +-
 .../src/execution/physical_plan/merge.rs           |   5 +-
 .../src/execution/physical_plan/projection.rs      |   5 +-
 .../src/execution/physical_plan/selection.rs       |   5 +-
 rust/datafusion/src/execution/table_impl.rs        |  26 ++--
 rust/datafusion/src/logicalplan.rs                 |  40 +++---
 .../src/optimizer/projection_push_down.rs          |   4 +-
 rust/datafusion/src/sql/parser.rs                  |  12 +-
 rust/datafusion/tests/sql.rs                       | 108 ++++++++-------
 17 files changed, 294 insertions(+), 263 deletions(-)