Commits

Weston Pace authored 62dfa4a3d1b
ARROW-16021: [C++] arrow-compute-hash-join-node-test timeout on MinGW It's possible there is an actual deadlock but right now the passing jobs are anywhere in the range of 240-260 for this test and so I think it's also possible that a busy CI node might just be taking 300+ seconds. This change should shorten the runtime of this test considerably, hopefully without sacrificing the randomness we are testing. Closes #12710 from westonpace/bugfix/ARROW-16021--reduce-vector-hash-test-duration Authored-by: Weston Pace <weston.pace@gmail.com> Signed-off-by: Weston Pace <weston.pace@gmail.com>