From 84c07a6c41903d5fb0fd06c9594e4234ed15493b Mon Sep 17 00:00:00 2001 From: Min Zhao Date: Wed, 30 Jun 2021 09:51:56 +0800 Subject: [PATCH] [KYUUBI #725] Upgrade Spark 3.0.2 to 3.0.3 ### _Why are the changes needed?_ Upgrade Spark 3.0.2 to 3.0.3 ### _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/latest/tools/testing.html#running-tests) locally before make a pull request Closes #726 from zhaomin1423/upgrade_spark_version. Closes #725 99ae356f [Min Zhao] upgrade spark version from 3.0.2 to 3.0.3 Authored-by: Min Zhao Signed-off-by: Kent Yao --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 7d14c19db..09105094f 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ 9.4.41.v20210516 5.1.4 0.10.0 - 3.0.2 + 3.0.3 spark-${spark.version}-bin-hadoop${hadoop.binary.version}.tgz https://archive.apache.org/dist/spark/spark-${spark.version} false @@ -1572,7 +1572,7 @@ spark-3.0 - 3.0.2 + 3.0.3 0.8.0 org.apache.kyuubi.tags.ExtendedSQLTest