From 8d2c8d1009791e4d39f858450697a797a6bfbfa7 Mon Sep 17 00:00:00 2001 From: zml1206 Date: Wed, 18 Oct 2023 16:17:59 +0800 Subject: [PATCH] [KYUUBI #5449] Bump Delta Lake 3.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### _Why are the changes needed?_ close [#5449](https://github.com/apache/kyuubi/issues/5449). Unlike the initial preview release, Delta Spark 3.0.0 is now built on top of Apache Sparkā„¢ 3.5. Delta Spark maven artifact has been renamed from delta-core to delta-spark. https://github.com/delta-io/delta/releases/tag/v3.0.0 ### _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/contributing/code/testing.html#running-tests) locally before make a pull request ### _Was this patch authored or co-authored using generative AI tooling?_ No Closes #5450 from zml1206/5449. Closes #5449 a7969ed6a [zml1206] bump Delta Lake 3.0.0 Authored-by: zml1206 Signed-off-by: Cheng Pan --- externals/kyuubi-spark-sql-engine/pom.xml | 2 +- kyuubi-server/pom.xml | 2 +- pom.xml | 10 ++++++++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/externals/kyuubi-spark-sql-engine/pom.xml b/externals/kyuubi-spark-sql-engine/pom.xml index c453bd283..555e41a44 100644 --- a/externals/kyuubi-spark-sql-engine/pom.xml +++ b/externals/kyuubi-spark-sql-engine/pom.xml @@ -148,7 +148,7 @@ io.delta - delta-core_${scala.binary.version} + ${delta.artifact}_${scala.binary.version} test diff --git a/kyuubi-server/pom.xml b/kyuubi-server/pom.xml index a8b133d27..886303a11 100644 --- a/kyuubi-server/pom.xml +++ b/kyuubi-server/pom.xml @@ -456,7 +456,7 @@ io.delta - delta-core_${scala.binary.version} + ${delta.artifact}_${scala.binary.version} test diff --git a/pom.xml b/pom.xml index 65498ba49..00ee354a1 100644 --- a/pom.xml +++ b/pom.xml @@ -133,6 +133,7 @@ 2.6 3.13.0 0.7.3 + delta-core 2.4.0 2.4.4 0.9.3 @@ -1192,7 +1193,7 @@ io.delta - delta-core_${scala.binary.version} + ${delta.artifact}_${scala.binary.version} ${delta.version} 1.3.1 @@ -2216,6 +2218,7 @@ 3.2.4 3.2 + delta-core 2.0.2 spark-${spark.version}-bin-hadoop3.2${spark.archive.scala.suffix}.tgz org.scalatest.tags.Slow @@ -2231,6 +2234,7 @@ 2.3.0 + delta-core 3.3.3 3.3 org.scalatest.tags.Slow @@ -2244,6 +2248,7 @@ extensions/spark/kyuubi-spark-connector-hive + delta-core 2.4.0 3.4.1 3.4 @@ -2257,7 +2262,8 @@ extensions/spark/kyuubi-extension-spark-3-5 - 2.4.0 + delta-spark + 3.0.0 3.4 3.5.0