You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by dh...@apache.org on 2021/09/28 16:09:49 UTC

[arrow-datafusion] branch master updated (97f3239 -> 558d8ec)

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

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


    from 97f3239  update window function sql tests (#1059)
     add 558d8ec  fix: joins on Timestamp columns (#1055)

No new revisions were added by this update.

Summary of changes:
 datafusion/src/execution/context.rs       | 55 +++++++++++++++++++++++++++++--
 datafusion/src/physical_plan/hash_join.rs | 25 +++++++++++---
 datafusion/tests/sql.rs                   | 43 ++++++++++++++++++++++++
 3 files changed, 115 insertions(+), 8 deletions(-)