This is an automated email from the ASF dual-hosted git repository.
ulyssesyou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new 7a789a25d [KYUUBI #2733] [CI] Cross version verification for spark-3.3
7a789a25d is described below
commit 7a789a25dd0f473ecde88da9891d5df3c5bd4641
Author: Fu Chen <[email protected]>
AuthorDate: Tue May 24 19:46:58 2022 +0800
[KYUUBI #2733] [CI] Cross version verification for spark-3.3
### _Why are the changes needed?_
Cross version verification for spark-3.3
### _How was this patch tested?_
Pass CI.
Closes #2733 from cfmcgrady/spark33-ci.
Closes #2733
2968f80e [Fu Chen] cross version verification for spark-3.3
Authored-by: Fu Chen <[email protected]>
Signed-off-by: ulysses-you <[email protected]>
---
.github/workflows/master.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml
index 62d4e8b8f..2b218de6c 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -58,6 +58,10 @@ jobs:
spark: '3.2'
spark-archive:
'-Dspark.archive.mirror=https://archive.apache.org/dist/spark/spark-3.1.3
-Dspark.archive.name=spark-3.1.3-bin-hadoop3.2.tgz'
exclude-tags:
'-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'
+ - java: 8
+ spark: '3.2'
+ spark-archive:
'-Dspark.archive.mirror=https://dist.apache.org/repos/dist/dev/spark/v3.3.0-rc2-bin
-Dspark.archive.name=spark-3.3.0-bin-hadoop3.tgz'
+ exclude-tags:
'-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'
env:
SPARK_LOCAL_IP: localhost
steps: