Skip to content

Commit

Permalink
add a spark 3.3 compat test in ci
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Ordentlich <eordentlich@gmail.com>
  • Loading branch information
eordentlich committed Jul 29, 2023
1 parent f84d032 commit 5b9f0fc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,10 @@ pip install -r requirements_dev.txt && pip install -e .

# benchmark
./run_benchmark.sh $bench_args

# check compatibility with Spark 3.3 in nightly run
if [[ $type == "nightly" ]]; then
pip uninstall pyspark -y
pip install pyspark~=3.3.0
./run_benchmark.sh $bench_args
fi

0 comments on commit 5b9f0fc

Please sign in to comment.