You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2021/03/03 11:58:20 UTC

[arrow] branch master updated (090ac1c -> 90f735c)

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

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


    from 090ac1c  ARROW-11655: [Rust][DataFusion] Postgres String Functions: left, lpad, right, rpad
     add 90f735c  ARROW-11802: [Rust][DataFusion] Remove use of crossbeam channels to avoid potential deadlocks

No new revisions were added by this update.

Summary of changes:
 rust/datafusion/Cargo.toml                       |  2 +-
 rust/datafusion/src/physical_plan/parquet.rs     | 50 ++++++-------
 rust/datafusion/src/physical_plan/repartition.rs | 95 ++++++++++++++++--------
 3 files changed, 91 insertions(+), 56 deletions(-)