zanmato1984 commented on code in PR #45336:
URL: https://github.com/apache/arrow/pull/45336#discussion_r1926335538
##########
cpp/src/arrow/acero/hash_join_node_test.cc:
##########
@@ -3449,5 +3449,98 @@ TEST(HashJoin,
LARGE_MEMORY_TEST(BuildSideOver4GBVarLength)) {
num_batches_left * num_rows_per_batch_left *
num_batches_right);
}
+// GH-45334: The right side (the build side) payload column of the matching
rows' are
Review Comment:
I may be able to further enhance this test to be able to place the matching
key over 4GB, will try.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]