Commits


Antoine Pitrou authored and Wes McKinney committed 146e7df80cb
ARROW-3442: [C++] Allow dynamic linking of (most) unit tests Use dynamic linking in preference for tests, as it reduces the disk footprint and probably makes linking faster too. Author: Antoine Pitrou <antoine@python.org> Author: Wes McKinney <wesm+git@apache.org> Closes #2744 from pitrou/ARROW-3442-tests-linking-shared and squashes the following commits: c783f851c <Antoine Pitrou> Remove obsolete comment 3ee4b3fc0 <Wes McKinney> Add re2 note about ARROW-3494 622e2a1f7 <Antoine Pitrou> Set LD_LIBRARY_PATH before testing Plasma Java client. 6876db8cd <Antoine Pitrou> ARROW-3442: Allow dynamic linking of (most) unit tests