[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 <chengpan@apache.org>
Signed-off-by: Cheng Pan <chengpan@apache.org>
This commit is contained in:
Cheng Pan 2025-05-15 22:29:31 +08:00
parent 2ec8b46f02
commit 4df682bf83
No known key found for this signature in database
GPG Key ID: 8001952629BCC75D

View File

@ -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>