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/09/01 12:51:11 UTC

[arrow] branch master updated (8813eac -> 8455e33)

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 8813eac  ARROW-9658: [Python] Python bindings for dataset writing
     add 8455e33  ARROW-9815: [Rust][DataFusion] Remove the use of Arc/Mutex to protect plan time structures

No new revisions were added by this update.

Summary of changes:
 rust/datafusion/src/datasource/datasource.rs       |  3 +-
 rust/datafusion/src/execution/context.rs           | 96 +++++++---------------
 rust/datafusion/src/execution/dataframe_impl.rs    |  6 +-
 .../src/execution/physical_plan/planner.rs         | 14 ++--
 4 files changed, 40 insertions(+), 79 deletions(-)