This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 72f7fbe9 ARROW-14795: [C++] Fix issue on replace with mask for null
values
add 4913352 ARROW-13643: [C++][Compute] Implement outer join with support
for residual predicates
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/exec/hash_join.cc | 141 ++++++++++++-
cpp/src/arrow/compute/exec/hash_join.h | 35 +++-
cpp/src/arrow/compute/exec/hash_join_node.cc | 237 ++++++++++++++++++----
cpp/src/arrow/compute/exec/hash_join_node_test.cc | 189 +++++++++++++++--
cpp/src/arrow/compute/exec/options.h | 19 +-
cpp/src/arrow/compute/exec/plan_test.cc | 4 +-
cpp/src/arrow/compute/exec/schema_util.h | 8 +-
cpp/src/arrow/compute/exec/util_test.cc | 13 +-
cpp/src/arrow/type.h | 1 +
9 files changed, 562 insertions(+), 85 deletions(-)