Skip to content

Commit b2a8a5a

Browse files
committed
[KYUUBI #1937] Build: Use Spark 3.2 for cross version verification
### _Why are the changes needed?_ Follow up #1876 ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #1937 from pan3793/ga. Closes #1937 e6794cb [Cheng Pan] Build: Use Spark 3.2 for cross version verfication Authored-by: Cheng Pan <chengpan@apache.org> Signed-off-by: Cheng Pan <chengpan@apache.org>
1 parent 269aa19 commit b2a8a5a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/master.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,21 @@ jobs:
2323
spark-hadoop: '2.7'
2424
- java: 8
2525
spark: '3.1'
26+
spark-hadoop: '3.2'
27+
- java: 8
28+
spark: '3.2'
2629
spark-hadoop: '2.7'
2730
profiles: '-Dspark.archive.mirror=https://archive.apache.org/dist/spark/spark-3.0.3 -Dspark.archive.name=spark-3.0.3-bin-hadoop2.7.tgz -Dmaven.plugin.scalatest.exclude.tags=org.apache.kyuubi.tags.ExtendedSQLTest,org.apache.kyuubi.tags.DeltaTest,org.apache.kyuubi.tags.HudiTest,org.apache.kyuubi.tags.IcebergTest'
2831
- java: 8
29-
spark: '3.1'
30-
spark-hadoop: '3.2'
31-
profiles: '-Dspark.archive.mirror=https://archive.apache.org/dist/spark/spark-3.2.1 -Dspark.archive.name=spark-3.2.1-bin-hadoop3.2.tgz -Dmaven.plugin.scalatest.exclude.tags=org.apache.kyuubi.tags.ExtendedSQLTest,org.apache.kyuubi.tags.DeltaTest,org.apache.kyuubi.tags.HudiTest,org.apache.kyuubi.tags.IcebergTest'
32-
- java: 8
33-
spark: '3.1'
32+
spark: '3.2'
3433
spark-hadoop: '3.2'
35-
codecov: 'true'
34+
profiles: '-Dspark.archive.mirror=https://archive.apache.org/dist/spark/spark-3.1.2 -Dspark.archive.name=spark-3.1.2-bin-hadoop3.2.tgz -Dmaven.plugin.scalatest.exclude.tags=org.apache.kyuubi.tags.ExtendedSQLTest,org.apache.kyuubi.tags.DeltaTest,org.apache.kyuubi.tags.HudiTest,org.apache.kyuubi.tags.IcebergTest'
3635
- java: 8
3736
spark: '3.2'
3837
spark-hadoop: '3.2'
38+
codecov: 'true'
3939
- java: 11
40-
spark: '3.1'
40+
spark: '3.2'
4141
spark-hadoop: '3.2'
4242
profiles: '-DskipTests -Pflink-provided,spark-provided'
4343

0 commit comments

Comments
 (0)