Commits


Max Risuhin authored and Wes McKinney committed 33ac8a29176
ARROW-882: [C++] Rename statically build library on Windows to avoid … …conflict with shared version Currently, statically built arrow.lib file overwrites previously built arrow.lib file of shared build. To resolve this, statically built library renamed to arrow_static.lib Author: Max Risuhin <risuhin.max@gmail.com> Closes #590 from MaxRis/ARROW-882 and squashes the following commits: 4f2f3f0 [Max Risuhin] ARROW-882: [C++] Rename statically build library on Windows to avoid conflict with shared version