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/12/15 21:32:48 UTC

[arrow-datafusion] branch master updated (0052667 -> 6478a33)

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 0052667  Support identifiers with `.` in them (#1449)
     add 6478a33  Fixes for working with functions in dataframes, additional documentation (#1430)

No new revisions were added by this update.

Summary of changes:
 datafusion/src/logical_plan/expr.rs     | 222 +++++++----
 datafusion/src/prelude.rs               |   8 +-
 datafusion/tests/dataframe_functions.rs | 667 ++++++++++++++++++++++++++++++++
 3 files changed, 818 insertions(+), 79 deletions(-)
 create mode 100644 datafusion/tests/dataframe_functions.rs