File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 paths :
2020 - .github/workflows/gluten.yml
2121env :
22- MVN_CMD : mvn -ntp
22+ MVN_CMD : ./build/ mvn -ntp
2323
2424jobs :
2525
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
You can’t perform that action at this time.
0 commit comments