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 3247e432f [KYUUBI #6090] Bump Delta from 3.0.0 to 3.1.0 for Spark 3.5
3247e432f is described below

commit 3247e432f5cf887044f015ccc060d5fd61d6c3c6
Author: Cheng Pan <[email protected]>
AuthorDate: Tue Feb 27 10:27:26 2024 +0800

    [KYUUBI #6090] Bump Delta from 3.0.0 to 3.1.0 for Spark 3.5
    
    # :mag: Description
    ## Issue References ๐Ÿ”—
    
    [Delta 3.1.0](https://github.com/delta-io/delta/releases/tag/v3.1.0) is 
available, which is built on top of Spark 3.5.
    
    ## Describe Your Solution ๐Ÿ”ง
    
    Bump Delta from 3.0.0 to 3.1.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.
    
    ---
    
    # 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 #6090 from pan3793/delta-3.1.
    
    Closes #6090
    
    45321e404 [Cheng Pan] Bump Delta from 3.0.0 to 3.1.0 for Spark 3.5
    
    Authored-by: Cheng Pan <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 15ba35715..4eb6fc30d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2303,7 +2303,7 @@
             </modules>
             <properties>
                 <delta.artifact>delta-spark</delta.artifact>
-                <delta.version>3.0.0</delta.version>
+                <delta.version>3.1.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.0</spark.version>

Reply via email to