Skip to content

Commit

Permalink
[KYUUBI apache#6382] Bump Delta from 3.1.0 to 3.2.0 for Spark 3.5
Browse files Browse the repository at this point in the history
# 🔍 Description
## Issue References 🔗
[Delta 3.2.0](https://github.com/delta-io/delta/releases/tag/v3.2.0) is available, which is built on top of Spark 3.5.

## Describe Your Solution 🔧

Bump Delta from 3.1.0 to 3.2.0 for Spark 3.5.

## Types of changes 🔖

- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)

## Test Plan 🧪
Pass GA.

#### Behavior Without This Pull Request ⚰️

#### Behavior With This Pull Request 🎉

#### Related Unit Tests

---

# Checklist 📝

- [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)

**Be nice. Be informative.**

Closes apache#6382 from zml1206/delta-3.2.

Closes apache#6382

6de96c6 [zml1206] Bump Delta from 3.1.0 to 3.2.0 for Spark 3.5

Authored-by: zml1206 <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
  • Loading branch information
zml1206 authored and pan3793 committed May 11, 2024
1 parent 4642550 commit 86ce5e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<commons-lang.version>2.6</commons-lang.version>
<commons-lang3.version>3.13.0</commons-lang3.version>
<delta.artifact>delta-spark</delta.artifact>
<delta.version>3.1.0</delta.version>
<delta.version>3.2.0</delta.version>
<failsafe.verion>3.3.2</failsafe.verion>
<fb303.version>0.9.3</fb303.version>
<flexmark.version>0.62.2</flexmark.version>
Expand Down Expand Up @@ -2059,7 +2059,7 @@
</modules>
<properties>
<delta.artifact>delta-spark</delta.artifact>
<delta.version>3.1.0</delta.version>
<delta.version>3.2.0</delta.version>
<!-- Remove this when Hudi supports Spark 3.5 -->
<hudi.spark.binary.version>3.4</hudi.spark.binary.version>
<spark.version>3.5.1</spark.version>
Expand Down

0 comments on commit 86ce5e1

Please sign in to comment.