This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new 4df682bf83 [KYUUBI #7062] Bump Delta Lake 3.3.1
4df682bf83 is described below
commit 4df682bf835b022f61e2df09eb806bd403dbddc3
Author: Cheng Pan <[email protected]>
AuthorDate: Thu May 15 22:29:31 2025 +0800
[KYUUBI #7062] Bump Delta Lake 3.3.1
### Why are the changes needed?
https://github.com/delta-io/delta/releases/tag/v3.3.1
### How was this patch tested?
Pass GHA.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #7062 from pan3793/delta-3.3.1.
Closes #7062
0fc1df8f9 [Cheng Pan] Bump DeltaLake 3.3.1
Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index b49af35da2..9226afecb5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,7 +136,7 @@
<commons-io.version>2.16.1</commons-io.version>
<commons-lang3.version>3.17.0</commons-lang3.version>
<delta.artifact>delta-spark_${scala.binary.version}</delta.artifact>
- <delta.version>3.3.0</delta.version>
+ <delta.version>3.3.1</delta.version>
<failsafe.verion>3.3.2</failsafe.verion>
<fb303.version>0.9.3</fb303.version>
<flexmark.version>0.62.2</flexmark.version>
@@ -2052,7 +2052,7 @@
<properties>
<spark.version>3.5.5</spark.version>
<spark.binary.version>3.5</spark.binary.version>
- <delta.version>3.3.0</delta.version>
+ <delta.version>3.3.1</delta.version>
<delta.artifact>delta-spark_${scala.binary.version}</delta.artifact>
<maven.plugin.scalatest.exclude.tags>org.scalatest.tags.Slow</maven.plugin.scalatest.exclude.tags>
</properties>