This is an automated email from the ASF dual-hosted git repository.

chengpan pushed a commit to branch branch-1.9
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/branch-1.9 by this push:
     new e3cad1e00 [KYUUBI #6382] Bump Delta from 3.1.0 to 3.2.0 for Spark 3.5
e3cad1e00 is described below

commit e3cad1e0079cf6d34a45f793bb87e960bdaa7e83
Author: zml1206 <[email protected]>
AuthorDate: Sat May 11 14:50:25 2024 +0800

    [KYUUBI #6382] Bump Delta from 3.1.0 to 3.2.0 for Spark 3.5
    
    # :mag: 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 :bookmark:
    
    - [ ] 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 :coffin:
    
    #### Behavior With This Pull Request :tada:
    
    #### 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 <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
    (cherry picked from commit 86ce5e1554ab13c4f1e2d51ad853f5d04464d3e6)
    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 6b4d8ecbc..15f7e5ffb 100644
--- a/pom.xml
+++ b/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>
@@ -2045,7 +2045,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>

Reply via email to