This is an automated email from the ASF dual-hosted git repository.
kszucs pushed a change to branch maint-9.0.0
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 0d8c1d5d98 ARROW-17100: [C++][Parquet] Fix backwards compatibility for
ParquetV2 data pages written prior to 3.0.0 per ARROW-10353 (#13665)
new 9984bf3f4f ARROW-15938: [C++][Compute] Fixing HashJoinBasicImpl in
case of zero batches on build side (#13686)
new be145411f0 ARROW-17227: [C++] Extend hash-join unit tests to cover
both empty and length=0 batches (#13725)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
cpp/src/arrow/compute/exec/hash_join.cc | 57 +++++++--------
cpp/src/arrow/compute/exec/hash_join_node_test.cc | 89 +++++++++++++----------
2 files changed, 79 insertions(+), 67 deletions(-)