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

bowenliang 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 4ebcc5cc14 [KYUUBI #6644] Bump Paimon to 0.8
4ebcc5cc14 is described below

commit 4ebcc5cc14f8d5167d0a8ce03fb3f6251eeec2ca
Author: Bowen Liang <[email protected]>
AuthorDate: Thu Aug 29 09:13:14 2024 +0800

    [KYUUBI #6644] Bump Paimon to 0.8
    
    # :mag: Description
    ## Issue References ๐Ÿ”—
    
    This pull request fixes #
    
    ## Describe Your Solution ๐Ÿ”ง
    
    - bump Paimon from 0.7.x-incubating to 0.8.2
    - Paimon is currently used for Authz plugin testing only for Paimon Spark 
catalog
    
    ## 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 ๐Ÿงช
    
    #### Behavior Without This Pull Request :coffin:
    
    #### Behavior With This Pull Request :tada:
    
    #### Related Unit Tests
    
    ---
    
    # Checklist ๐Ÿ“
    
    - [ ] This patch was not authored or co-authored using [Generative 
Tooling](https://www.apache.org/legal/generative-tooling.html)
    
    **Be nice. Be informative.**
    
    Closes #6644 from bowenliang123/paimon08.
    
    Closes #6644
    
    6944099e4 [liangbowen] update paimon to 0.8
    
    Lead-authored-by: Bowen Liang  <[email protected]>
    Co-authored-by: liangbowen <[email protected]>
    Signed-off-by: liangbowen <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 66c5bd73dc..eac9e537a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -182,7 +182,7 @@
         <netty.version>4.1.108.Final</netty.version>
         <openai.java.version>0.12.0</openai.java.version>
         <retrofit.version>2.9.0</retrofit.version>
-        <paimon.version>0.7.0-incubating</paimon.version>
+        <paimon.version>0.8.2</paimon.version>
         <paimon.artifact>paimon-spark-${spark.binary.version}</paimon.artifact>
         <phoenix.version>6.0.0</phoenix.version>
         <postgresql.version>42.7.2</postgresql.version>

Reply via email to