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/06/02 20:42:01 UTC

[arrow-datafusion] branch master updated (ce95d3e -> d0d677b)

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-datafusion.git.


    from ce95d3e  add invariants spec (#443)
     add d0d677b  Expose DataFrame::sort (#469)

No new revisions were added by this update.

Summary of changes:
 python/Cargo.toml        |  3 ++-
 python/src/dataframe.rs  | 12 +++++++++++
 python/src/expression.rs |  8 +++++++
 python/src/functions.rs  | 14 +++++++++---
 python/src/to_py.rs      |  3 ++-
 python/src/to_rust.rs    |  3 ++-
 python/tests/test_df.py  | 55 ++++++++++++++++++++++++++----------------------
 7 files changed, 67 insertions(+), 31 deletions(-)