From 721f264bb5ea95cd1394f71f12ecab73bb033d2d Mon Sep 17 00:00:00 2001 From: Fu Chen Date: Thu, 1 Sep 2022 13:56:32 +0800 Subject: [PATCH] [KYUUBI #3263] Add delta support for spark-3.3 ### _Why are the changes needed?_ https://github.com/delta-io/delta/releases/tag/v2.1.0 ### _How was this patch tested?_ Pass CI. Closes #3263 from cfmcgrady/delta-2.1.0rc1. Closes #3263 c1e7cb47 [Fu Chen] bump delta 2.1.0 db2a9c48 [Fu Chen] Revert "staging repository" 8268b68a [Fu Chen] style 0a06c5d7 [Fu Chen] staging repository bb479743 [Fu Chen] add delta support for spark-3.3 Authored-by: Fu Chen Signed-off-by: Fu Chen --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b63499da6..afc721288 100644 --- a/pom.xml +++ b/pom.xml @@ -2176,10 +2176,11 @@ spark-3.3 + 2.1.0 3.3.0 3.3 spark-${spark.version}-bin-hadoop3.tgz - org.scalatest.tags.Slow,org.apache.kyuubi.tags.DeltaTest,org.apache.kyuubi.tags.HudiTest + org.scalatest.tags.Slow,org.apache.kyuubi.tags.HudiTest extensions/spark/kyuubi-extension-spark-common