You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2024/02/26 15:12:51 UTC

(kyuubi) branch master updated: [KYUUBI #6089] Bump Paimon from 0.5.0-incubating to 0.7.0-incubating

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 2f2d42ea9 [KYUUBI #6089] Bump Paimon from 0.5.0-incubating to 0.7.0-incubating
2f2d42ea9 is described below

commit 2f2d42ea9c5480c0255d7fccd5c57ef689df9c3d
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Mon Feb 26 23:12:41 2024 +0800

    [KYUUBI #6089] Bump Paimon from 0.5.0-incubating to 0.7.0-incubating
    
    # :mag: Description
    ## Issue References ๐Ÿ”—
    
    This pull request bumps Paimon from 0.5.0-incubating to 0.7.0-incubating, which brings the Spark 3.5 support.
    
    ## Describe Your Solution ๐Ÿ”ง
    
    Same as above.
    
    ## 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 #6089 from pan3793/paimon-0.7.
    
    Closes #6089
    
    9d449bcc0 [Cheng Pan] Bump Paimon 0.7.0-incubating
    
    Authored-by: Cheng Pan <ch...@apache.org>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8490f7a79..15ba35715 100644
--- a/pom.xml
+++ b/pom.xml
@@ -182,7 +182,7 @@
         <netty.version>4.1.100.Final</netty.version>
         <openai.java.version>0.12.0</openai.java.version>
         <retrofit.version>2.9.0</retrofit.version>
-        <paimon.version>0.5.0-incubating</paimon.version>
+        <paimon.version>0.7.0-incubating</paimon.version>
         <paimon.spark.binary.version>${spark.binary.version}</paimon.spark.binary.version>
         <parquet.version>1.10.1</parquet.version>
         <phoenix.version>6.0.0</phoenix.version>
@@ -2306,8 +2306,6 @@
                 <delta.version>3.0.0</delta.version>
                 <!-- Remove this when Hudi supports Spark 3.5 -->
                 <hudi.spark.binary.version>3.4</hudi.spark.binary.version>
-                <!-- Remove this when Paimon supports Spark 3.5 -->
-                <paimon.spark.binary.version>3.4</paimon.spark.binary.version>
                 <spark.version>3.5.0</spark.version>
                 <spark.binary.version>3.5</spark.binary.version>
                 <maven.plugin.scalatest.exclude.tags>org.scalatest.tags.Slow,org.apache.kyuubi.tags.DeltaTest,org.apache.kyuubi.tags.PySparkTest,org.apache.kyuubi.tags.PaimonTest</maven.plugin.scalatest.exclude.tags>