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 d2c4fe397e [KYUUBI #6584] Upgrade flip-tables from 1.0.2 to 1.1.1
d2c4fe397e is described below

commit d2c4fe397e5342047d96c1e981051d115a8e9b57
Author: madlnu <[email protected]>
AuthorDate: Wed Aug 14 15:42:00 2024 +0800

    [KYUUBI #6584] Upgrade flip-tables from 1.0.2 to 1.1.1
    
    # :mag: Description
    ## Issue References ๐Ÿ”—
    
    This pull request fixes #6584
    
    ## Describe Your Solution ๐Ÿ”ง
    It involves bumping the version from 1.0.2 to 1.1.1 for flip-tables
    
    ## Test Plan ๐Ÿงช
    Build locally
    
    ---
    
    # 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 #6614 from Madhukar525722/flip_tables.
    
    Closes #6584
    
    dee9fd7a9 [madlnu] [KYUUBI #6584] Upgrade flip-tables from 1.0.2 to 1.1.1
    
    Authored-by: madlnu <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
---
 dev/dependencyList | 2 +-
 pom.xml            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/dependencyList b/dev/dependencyList
index c354d34d20..4b1fc59165 100644
--- a/dev/dependencyList
+++ b/dev/dependencyList
@@ -35,7 +35,7 @@ 
error_prone_annotations/2.23.0//error_prone_annotations-2.23.0.jar
 failsafe/3.3.2//failsafe-3.3.2.jar
 failureaccess/1.0.2//failureaccess-1.0.2.jar
 flatbuffers-java/23.5.26//flatbuffers-java-23.5.26.jar
-fliptables/1.0.2//fliptables-1.0.2.jar
+fliptables/1.1.1//fliptables-1.1.1.jar
 grpc-api/1.65.1//grpc-api-1.65.1.jar
 grpc-context/1.65.1//grpc-context-1.65.1.jar
 grpc-core/1.65.1//grpc-core-1.65.1.jar
diff --git a/pom.xml b/pom.xml
index 59876572c2..5adcb08926 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,7 +149,7 @@
         <guava.failureaccess.version>1.0.2</guava.failureaccess.version>
         <hadoop.version>3.3.6</hadoop.version>
         <hikaricp.version>4.0.3</hikaricp.version>
-        <fliptables.verion>1.0.2</fliptables.verion>
+        <fliptables.verion>1.1.1</fliptables.verion>
         <hive.version>3.1.3</hive.version>
         
<hive.archive.name>apache-hive-${hive.version}-bin.tar.gz</hive.archive.name>
         
<hive.archive.mirror>${apache.archive.dist}/hive/hive-${hive.version}</hive.archive.mirror>

Reply via email to