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/08/11 14:57:21 UTC

[arrow] branch master updated (1b0aebe -> e31e5d4)

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 1b0aebe  ARROW-9598: [C++][Parquet] Fix writing nullable structs
     add e31e5d4  ARROW-9683: [Rust][DataFusion] Add debug printing to physical plans and associated types

No new revisions were added by this update.

Summary of changes:
 rust/datafusion/src/execution/physical_plan/csv.rs |  2 ++
 .../src/execution/physical_plan/datasource.rs      | 20 ++++++++++++++++++-
 .../src/execution/physical_plan/expressions.rs     | 17 +++++++++++++++-
 .../src/execution/physical_plan/hash_aggregate.rs  |  2 ++
 .../src/execution/physical_plan/limit.rs           |  2 ++
 .../src/execution/physical_plan/memory.rs          |  2 ++
 .../src/execution/physical_plan/merge.rs           |  2 ++
 rust/datafusion/src/execution/physical_plan/mod.rs | 12 +++++------
 .../src/execution/physical_plan/parquet.rs         | 10 +++++++++-
 .../src/execution/physical_plan/projection.rs      |  2 ++
 .../src/execution/physical_plan/selection.rs       |  2 ++
 .../datafusion/src/execution/physical_plan/sort.rs |  2 ++
 rust/datafusion/src/execution/physical_plan/udf.rs | 23 ++++++++++++++++++++++
 13 files changed, 89 insertions(+), 9 deletions(-)