You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by pa...@apache.org on 2020/09/07 03:11:10 UTC

[arrow] branch master updated (ce6a28b -> aaabcb4)

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

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


    from ce6a28b  ARROW-9921: [Rust] Replace TryFrom by From in `StringArray` from `Vec<Option<&str>>` (+50%)
     add aaabcb4  ARROW-9910: [Rust][DataFusion] Fixed error in type coercion of Variadic.

No new revisions were added by this update.

Summary of changes:
 rust/datafusion/src/logical_plan/mod.rs            | 57 +-----------------
 rust/datafusion/src/physical_plan/type_coercion.rs | 68 ++++++++++++++++++++--
 2 files changed, 66 insertions(+), 59 deletions(-)