[KYUUBI #4712] Bump Spark from 3.2.3 to 3.2.4
### _Why are the changes needed?_ Fixes #4712 ### _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.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request Closes #4718 from anurag-rajawat/upgrade-spark. Closes #4712 79dcf1b79 [Anurag Rajawat] Bump Spark from 3.2.3 to 3.2.4 Authored-by: Anurag Rajawat <anuragsinghrajawat22@gmail.com> Signed-off-by: liangbowen <liangbowen@gf.com.cn>
This commit is contained in:
parent
258172fde9
commit
8c7b457d88
2
.github/workflows/master.yml
vendored
2
.github/workflows/master.yml
vendored
@ -61,7 +61,7 @@ jobs:
|
||||
comment: 'verify-on-spark-3.1-binary'
|
||||
- java: 8
|
||||
spark: '3.3'
|
||||
spark-archive: '-Dspark.archive.mirror=https://archive.apache.org/dist/spark/spark-3.2.3 -Dspark.archive.name=spark-3.2.3-bin-hadoop3.2.tgz'
|
||||
spark-archive: '-Dspark.archive.mirror=https://archive.apache.org/dist/spark/spark-3.2.4 -Dspark.archive.name=spark-3.2.4-bin-hadoop3.2.tgz'
|
||||
exclude-tags: '-Dmaven.plugin.scalatest.exclude.tags=org.scalatest.tags.Slow,org.apache.kyuubi.tags.DeltaTest,org.apache.kyuubi.tags.HudiTest,org.apache.kyuubi.tags.IcebergTest'
|
||||
comment: 'verify-on-spark-3.2-binary'
|
||||
env:
|
||||
|
||||
2
pom.xml
2
pom.xml
@ -2343,7 +2343,7 @@
|
||||
<module>extensions/spark/kyuubi-extension-spark-3-2</module>
|
||||
</modules>
|
||||
<properties>
|
||||
<spark.version>3.2.3</spark.version>
|
||||
<spark.version>3.2.4</spark.version>
|
||||
<spark.binary.version>3.2</spark.binary.version>
|
||||
<delta.version>2.0.2</delta.version>
|
||||
<spark.archive.name>spark-${spark.version}-bin-hadoop3.2.tgz</spark.archive.name>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user