Skip to content

Commit e1d074b

Browse files
committed
build gandiva tests
1 parent 562b763 commit e1d074b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/travis_script_python.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ export PYARROW_BUILD_TYPE=$ARROW_BUILD_TYPE
136136
export PYARROW_WITH_PARQUET=1
137137
export PYARROW_WITH_PLASMA=1
138138
export PYARROW_WITH_ORC=1
139+
export PYARROW_WITH_GANDIVA=1
139140

140141
python setup.py develop
141142

@@ -201,6 +202,7 @@ if [ "$ARROW_TRAVIS_PYTHON_BENCHMARKS" == "1" ] && [ "$PYTHON_VERSION" == "3.6"
201202
export PYARROW_WITH_PARQUET=1
202203
export PYARROW_WITH_PLASMA=1
203204
export PYARROW_WITH_ORC=0
205+
export PYARROW_WITH_GANDIVA=0
204206

205207
pushd $ARROW_PYTHON_DIR
206208
# Workaround for https://github.com/airspeed-velocity/asv/issues/631

0 commit comments

Comments
 (0)