File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ cmake -G "%GENERATOR%" ^
7575 -DGTest_SOURCE=BUNDLED ^
7676 -DCMAKE_BUILD_TYPE=%CONFIGURATION% ^
7777 -DARROW_CXXFLAGS=" /MP" ^
78+ -DARROW_FLIGHT=ON ^
7879 -DARROW_PYTHON=ON ^
7980 -DARROW_PARQUET=ON ^
8081 .. || exit /B
@@ -94,11 +95,11 @@ ctest -VV || exit /B
9495popd
9596
9697@ rem Build and import pyarrow
97- @ rem parquet-cpp has some additional runtime dependencies that we need to figure out
98- @ rem see PARQUET-1018
9998pushd %ARROW_SOURCE% \python
10099
101- python setup.py build_ext --inplace --with-parquet --bundle-arrow-cpp bdist_wheel || exit /B
100+ set PYARROW_WITH_FLIGHT = 1
101+ set PYARROW_WITH_PARQUET = 1
102+ python setup.py build_ext --inplace --bundle-arrow-cpp bdist_wheel || exit /B
102103py.test pyarrow -v -s --parquet || exit /B
103104
104105popd
You can’t perform that action at this time.
0 commit comments