Skip to content

Commit

Permalink
Upgrade pyarrow version in CI from 1.0.1 to 2.0.0 (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
selitvin authored Mar 19, 2021
1 parent 68f87a1 commit dd2fcbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ python:
env:
# ARROW_PRE_0_15_IPC_FORMAT is set for pyarrow compatibility
# See https://spark.apache.org/docs/3.0.0-preview/sql-pyspark-pandas-with-arrow.html#compatibiliy-setting-for-pyarrow--0150-and-spark-23x-24x
- PYARROW_VERSION=1.0.1 NUMPY_VERSION=1.19.1 TF_VERSION=1.15.0 DEPLOYABLE=1 PY=3.7 PYSPARK_VERSION=2.4.4 ARROW_PRE_0_15_IPC_FORMAT=1
- PYARROW_VERSION=1.0.1 NUMPY_VERSION=1.19.1 TF_VERSION=1.15.0 DEPLOYABLE=0 PY=3.7 PYSPARK_VERSION=3.0.0 ARROW_PRE_0_15_IPC_FORMAT=0
- PYARROW_VERSION=1.0.1 NUMPY_VERSION=1.19.1 TF_VERSION=2.1.0 DEPLOYABLE=0 PY=3.7 PYSPARK_VERSION=3.0.0 ARROW_PRE_0_15_IPC_FORMAT=0
- PYARROW_VERSION=2.0.0 NUMPY_VERSION=1.19.1 TF_VERSION=1.15.0 DEPLOYABLE=1 PY=3.7 PYSPARK_VERSION=2.4.4 ARROW_PRE_0_15_IPC_FORMAT=1
- PYARROW_VERSION=2.0.0 NUMPY_VERSION=1.19.1 TF_VERSION=1.15.0 DEPLOYABLE=0 PY=3.7 PYSPARK_VERSION=3.0.0 ARROW_PRE_0_15_IPC_FORMAT=0
- PYARROW_VERSION=2.0.0 NUMPY_VERSION=1.19.1 TF_VERSION=2.1.0 DEPLOYABLE=0 PY=3.7 PYSPARK_VERSION=3.0.0 ARROW_PRE_0_15_IPC_FORMAT=0
- PYARROW_VERSION=3.0.0 NUMPY_VERSION=1.20.1 TF_VERSION=2.1.0 DEPLOYABLE=0 PY=3.7 PYSPARK_VERSION=3.0.0 ARROW_PRE_0_15_IPC_FORMAT=0
- PYARROW_VERSION=0.17.1 NUMPY_VERSION=1.19.1 TF_VERSION=2.1.0 DEPLOYABLE=0 PY=3.7 PYSPARK_VERSION=3.0.0 ARROW_PRE_0_15_IPC_FORMAT=0
services:
- docker
Expand Down

0 comments on commit dd2fcbc

Please sign in to comment.