Skip to content

Commit fd9b60a

Browse files
committed
SPARK_V in download.sh is inconsistent, fixed now
1 parent 489b9a3 commit fd9b60a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev/CI/download.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
CRDIR="$(cd "`dirname "$0"`"; pwd)"
44

5-
SPARK_V="${SPARK_V:-3.5.7}"
5+
SPARK_V="${SPARK_V:-4.0.1}"
66

77
SPARK_NAME="${SPARK:-spark-${SPARK_V}}"
88

0 commit comments

Comments
 (0)