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 2023/04/10 06:19:30 UTC

[kyuubi] branch master updated: [KYUUBI #4590] Bump delta from 2.2.0 to 2.3.0

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 458d92540 [KYUUBI #4590] Bump delta from 2.2.0 to 2.3.0
458d92540 is described below

commit 458d92540ea0f26ec53af2ffbba2d8937bd64aea
Author: Fu Chen <cf...@gmail.com>
AuthorDate: Mon Apr 10 14:19:20 2023 +0800

    [KYUUBI #4590] Bump delta from 2.2.0 to 2.3.0
    
    ### _Why are the changes needed?_
    
    test against delta-2.3.0
    
    https://github.com/delta-io/delta/releases/tag/v2.3.0
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [x] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #4590 from cfmcgrady/delta-2.3.0.
    
    Closes #4590
    
    cbabf2191 [Fu Chen] delta 2.3.0
    f05faf09a [Fu Chen] fix
    62cd94728 [Fu Chen] test against delta-2.3.0rc1
    
    Authored-by: Fu Chen <cf...@gmail.com>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f17ced3e2..820216814 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,7 +132,7 @@
         <commons-lang3.version>3.12.0</commons-lang3.version>
         <curator.version>2.12.0</curator.version>
         <etcd.version>0.7.3</etcd.version>
-        <delta.version>2.2.0</delta.version>
+        <delta.version>2.3.0</delta.version>
         <failsafe.verion>2.4.4</failsafe.verion>
         <fb303.version>0.9.3</fb303.version>
         <flexmark.version>0.62.2</flexmark.version>