Commits


Ryan Murray authored and Bryan Cutler committed 463161dba7c
ARROW-9371: [Java] Run vector tests for both allocators As per #7619 (comment) the vector tests should be run for both netty and unsafe allocators. The default tests are run with the Netty allocator, and `run-unsafe` tests are done with the Unsafe Allocator. Closes #7676 from rymurr/ARROW-9371 Authored-by: Ryan Murray <rymurr@dremio.com> Signed-off-by: Bryan Cutler <cutlerb@gmail.com>