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 2022/11/26 13:07:41 UTC

[arrow-datafusion] branch master updated (3b7f76714 -> 27ae14aee)

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 3b7f76714 minor: correct name and typo (#4359)
     add 27ae14aee HashJoin should return Err when the right side input stream produce Err, add more join UTs to cover different join types (#4373)

No new revisions were added by this update.

Summary of changes:
 .../core/src/physical_plan/joins/hash_join.rs      |  66 ++++-
 datafusion/core/tests/sql/joins.rs                 | 312 +++++++++++++++++++++
 datafusion/core/tests/sql/mod.rs                   | 127 +++++++++
 datafusion/sql/src/planner.rs                      |   3 +-
 4 files changed, 505 insertions(+), 3 deletions(-)