Commits


Wes McKinney authored and Korn, Uwe committed 75c83578ced
ARROW-4349: [C++] Add static linking option for benchmarks, fix Windows benchmark build failures I disabled the benchmarks with preprocessor macros in arrow-file-benchmark per ARROW-4187 -- that will require some more work to use Windows APIs. Because the Parquet benchmarks require some Thrift internal symbols at present, I had to add an option to statically link things Author: Wes McKinney <wesm+git@apache.org> Closes #3468 from wesm/ARROW-4349 and squashes the following commits: 378ea366 <Wes McKinney> consistent macro name f38b4036 <Wes McKinney> Only statically link Parquet benchmarks on Windows. Add ADD_PARQUET_BENCHMARK function for DRY 0c183bf8 <Wes McKinney> Add static linking option for benchmarks, fix all Windows benchmark builds