We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 562b763 commit e1d074bCopy full SHA for e1d074b
ci/travis_script_python.sh
@@ -136,6 +136,7 @@ export PYARROW_BUILD_TYPE=$ARROW_BUILD_TYPE
136
export PYARROW_WITH_PARQUET=1
137
export PYARROW_WITH_PLASMA=1
138
export PYARROW_WITH_ORC=1
139
+export PYARROW_WITH_GANDIVA=1
140
141
python setup.py develop
142
@@ -201,6 +202,7 @@ if [ "$ARROW_TRAVIS_PYTHON_BENCHMARKS" == "1" ] && [ "$PYTHON_VERSION" == "3.6"
201
202
203
204
export PYARROW_WITH_ORC=0
205
+ export PYARROW_WITH_GANDIVA=0
206
207
pushd $ARROW_PYTHON_DIR
208
# Workaround for https://github.com/airspeed-velocity/asv/issues/631
0 commit comments