Skip to content

Commit

Permalink
disable parquet encryption in the pandas nightly builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Mar 8, 2022
1 parent fd43be2 commit 2c72e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/python_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export PYARROW_WITH_FLIGHT=${ARROW_FLIGHT:-OFF}
export PYARROW_WITH_PLASMA=${ARROW_PLASMA:-OFF}
export PYARROW_WITH_GANDIVA=${ARROW_GANDIVA:-OFF}
export PYARROW_WITH_PARQUET=${ARROW_PARQUET:-OFF}
export PYARROW_WITH_PARQUET_ENCRYPTION=${ARROW_PARQUET:-OFF}
export PYARROW_WITH_PARQUET_ENCRYPTION=${PARQUET_REQUIRE_ENCRYPTION:-OFF}
export PYARROW_WITH_DATASET=${ARROW_DATASET:-OFF}

export PYARROW_PARALLEL=${n_jobs}
Expand Down

0 comments on commit 2c72e12

Please sign in to comment.