Commits


Benjamin Kietzman authored and Wes McKinney committed c0baff41b1d
ARROW-5743: [C++] Add cmake option and macros for enabling large memory tests Tests which use large memory are disabled by default but can be enabled by setting the cmake option `ARROW_LARGE_MEMORY_TESTS=ON`. To declare a large memory test (or suite), wrap occurrences of its name with `LARGE_MEMORY_TEST()` Closes #5335 from bkietz/5743-Add-CMake-option-to-enabl and squashes the following commits: 46c4d9a27 <Benjamin Kietzman> flip condition a86be4f30 <Benjamin Kietzman> ARROW-5743: Add cmake option and macros for enabling large memory tests Authored-by: Benjamin Kietzman <bengilgit@gmail.com> Signed-off-by: Wes McKinney <wesm+git@apache.org>