[KYUUBI #6382] Bump Delta from 3.1.0 to 3.2.0 for Spark 3.5
# 🔍 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 #6382 from zml1206/delta-3.2. Closes #6382 6de96c6c7 [zml1206] Bump Delta from 3.1.0 to 3.2.0 for Spark 3.5 Authored-by: zml1206 <zhuml1206@gmail.com> Signed-off-by: Cheng Pan <chengpan@apache.org>
This commit is contained in:
parent
4642550b07
commit
86ce5e1554
4
pom.xml
4
pom.xml
@ -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>
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user