Commits

Wes McKinney authored fee44751048
ARROW-1029: [Python] Fixes for building pyarrow with Parquet support on MSVC. Add to appveyor build Miscellaneous fixes to build with ``--with-parquet`` and pass the test suite. We still have a bunch of compiler warnings; not blocking for 0.4.0, but after PARQUET-991 is resolved we should fix the MSVC compiler warnings in pyarrow Author: Wes McKinney <wes.mckinney@twosigma.com> Closes #700 from wesm/ARROW-1029 and squashes the following commits: b651169c [Wes McKinney] Fix post rebase issue 0f438488 [Wes McKinney] Fixes for building pyarrow with Parquet support on MSVC. Add to appveyor build