This is an automated email from the ASF dual-hosted git repository. wesm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push: new 403f31a ARROW-5728: [Python] Pin jpype1 version to 0.6.3 due to CI breakage from 0.7.0 403f31a is described below commit 403f31ac5759b6d1ecbbe93614c3aa98345dd84a Author: Wes McKinney <wesm+...@apache.org> AuthorDate: Tue Jun 25 19:26:19 2019 -0500 ARROW-5728: [Python] Pin jpype1 version to 0.6.3 due to CI breakage from 0.7.0 I opened an issue on the feedstock in case it elicits any useful information https://github.com/conda-forge/jpype1-feedstock/issues/8 Author: Wes McKinney <wesm+...@apache.org> Closes #4694 from wesm/ARROW-5728 and squashes the following commits: 09f47d8c7 <Wes McKinney> Pin jpype1 version to 0.6.3 --- ci/travis_script_python.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/travis_script_python.sh b/ci/travis_script_python.sh index 11972fa..8f50729 100755 --- a/ci/travis_script_python.sh +++ b/ci/travis_script_python.sh @@ -46,7 +46,8 @@ if [ "$ARROW_TRAVIS_PYTHON_GANDIVA" == "1" ]; then fi if [ "$ARROW_TRAVIS_PYTHON_JVM" == "1" ]; then - CONDA_PACKAGES="$CONDA_PACKAGES jpype1" + JPYPE_VERSION=0.6.3 + CONDA_PACKAGES="$CONDA_PACKAGES jpype1=$JPYPE_VERSION" fi conda create -y -q -p $CONDA_ENV_DIR \