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/01/07 15:48:19 UTC

[arrow] branch master updated (8896b42 -> 3622a2e)

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 8896b42  ARROW-11030: [Rust][DataFusion] Concatenate left side batches to single batch in HashJoinExec
     add 3622a2e  ARROW-11138: [Rust] [DataFusion] Add ltrim, rtrim to built-in functions

No new revisions were added by this update.

Summary of changes:
 rust/datafusion/src/logical_plan/expr.rs           |  2 +
 rust/datafusion/src/logical_plan/mod.rs            |  4 +-
 rust/datafusion/src/physical_plan/functions.rs     | 48 ++++++++++++++++++++++
 .../src/physical_plan/string_expressions.rs        |  2 +
 rust/datafusion/src/prelude.rs                     |  4 +-
 rust/datafusion/tests/sql.rs                       |  5 ++-
 6 files changed, 60 insertions(+), 5 deletions(-)