Skip to content

Commit 6b6532f

Browse files
FelixYBWzhouyuan
authored andcommitted
upgrade to 3.5 build
1 parent 6841cd1 commit 6b6532f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/gluten.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
paths:
2020
- .github/workflows/gluten.yml
2121
env:
22-
MVN_CMD: mvn -ntp
22+
MVN_CMD: ./build/mvn -ntp
2323

2424
jobs:
2525

@@ -94,7 +94,7 @@ jobs:
9494
path: .m2/repository/org/apache/arrow/
9595
if-no-files-found: error
9696

97-
spark-test-spark32:
97+
spark-test-spark35:
9898
needs: gluten-cpp-build
9999
runs-on: ubuntu-22.04
100100
container: apache/gluten:centos-8-jdk8
@@ -112,15 +112,15 @@ jobs:
112112
with:
113113
name: arrow-jars-centos-7-${{github.sha}}
114114
path: /root/.m2/repository/org/apache/arrow/
115-
- name: Build package for Spark 3.2
115+
- name: Build package for Spark 3.5
116116
run: |
117117
cd $GITHUB_WORKSPACE/gluten
118118
export SPARK_SCALA_VERSION=2.12
119119
yum install -y java-17-openjdk-devel
120120
export JAVA_HOME=/usr/lib/jvm/java-17-openjdk
121121
export PATH=$JAVA_HOME/bin:$PATH
122122
java -version
123-
$MVN_CMD clean package -Pspark-3.2 -Pbackends-velox -Piceberg -Pdelta -Phudi -DskipTests
123+
$MVN_CMD clean package -Pspark-3.5 -Pbackends-velox -Piceberg -Pdelta -Phudi -DskipTests
124124
125125
spark-test-spark34-slow:
126126
needs: gluten-cpp-build

0 commit comments

Comments
 (0)