You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/06/05 16:00:11 UTC

[GitHub] [arrow] xhochy commented on a change in pull request #7334: ARROW-5082: [Python] Substantially reduce Python wheel package and install size

xhochy commented on a change in pull request #7334:
URL: https://github.com/apache/arrow/pull/7334#discussion_r436015255



##########
File path: dev/tasks/python-wheels/win-build.bat
##########
@@ -96,9 +101,10 @@ set ARROW_TEST_DATA=%ARROW_SRC%\testing\data
 %PYTHON_INTERPRETER% -c "import pyarrow" || exit /B
 %PYTHON_INTERPRETER% -c "import pyarrow.parquet" || exit /B
 %PYTHON_INTERPRETER% -c "import pyarrow.flight" || exit /B
-%PYTHON_INTERPRETER% -c "import pyarrow.gandiva" || exit /B
 %PYTHON_INTERPRETER% -c "import pyarrow.dataset" || exit /B
 
+@rem %PYTHON_INTERPRETER% -c "import pyarrow.gandiva" || exit /B

Review comment:
       Just delete this line




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org