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/19 13:22:26 UTC

[arrow] branch master updated (0cced8f -> 41fa221)

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 0cced8f  ARROW-9793: [Rust] [DataFusion] Fixed unit tests
     add 41fa221  ARROW-9792: [Rust] [DataFusion] Aggregate expression functions should not return result

No new revisions were added by this update.

Summary of changes:
 rust/datafusion/src/dataframe.rs                |  6 +++---
 rust/datafusion/src/execution/context.rs        |  2 +-
 rust/datafusion/src/execution/dataframe_impl.rs | 18 +++++++++---------
 rust/datafusion/src/lib.rs                      |  2 +-
 rust/datafusion/src/logicalplan.rs              | 20 ++++++++++----------
 5 files changed, 24 insertions(+), 24 deletions(-)