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/05/11 14:36:01 UTC

[kyuubi] branch master updated: [KYUUBI #4827] Bump Apache Arrow from 11.0.0 to 12.0.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 ad97b0357 [KYUUBI #4827] Bump Apache Arrow from 11.0.0 to 12.0.0
ad97b0357 is described below

commit ad97b0357920d3670ef8035c69449578bd8d21f4
Author: Fu Chen <cf...@gmail.com>
AuthorDate: Thu May 11 22:35:52 2023 +0800

    [KYUUBI #4827] Bump Apache Arrow from 11.0.0 to 12.0.0
    
    ### _Why are the changes needed?_
    
    https://arrow.apache.org/release/12.0.0.html
    
    ### _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
    
    - [ ] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #4827 from cfmcgrady/arrow-12.0.0.
    
    Closes #4827
    
    324a8ddbf [Fu Chen] bump arrow from 11.0.0 to 12.0.0
    
    Authored-by: Fu Chen <cf...@gmail.com>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 dev/dependencyList | 8 ++++----
 pom.xml            | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev/dependencyList b/dev/dependencyList
index 4af63d9cc..6e5673f9d 100644
--- a/dev/dependencyList
+++ b/dev/dependencyList
@@ -22,10 +22,10 @@ annotations/4.1.1.4//annotations-4.1.1.4.jar
 antlr-runtime/3.5.3//antlr-runtime-3.5.3.jar
 antlr4-runtime/4.9.3//antlr4-runtime-4.9.3.jar
 aopalliance-repackaged/2.6.1//aopalliance-repackaged-2.6.1.jar
-arrow-format/11.0.0//arrow-format-11.0.0.jar
-arrow-memory-core/11.0.0//arrow-memory-core-11.0.0.jar
-arrow-memory-netty/11.0.0//arrow-memory-netty-11.0.0.jar
-arrow-vector/11.0.0//arrow-vector-11.0.0.jar
+arrow-format/12.0.0//arrow-format-12.0.0.jar
+arrow-memory-core/12.0.0//arrow-memory-core-12.0.0.jar
+arrow-memory-netty/12.0.0//arrow-memory-netty-12.0.0.jar
+arrow-vector/12.0.0//arrow-vector-12.0.0.jar
 classgraph/4.8.138//classgraph-4.8.138.jar
 commons-codec/1.15//commons-codec-1.15.jar
 commons-collections/3.2.2//commons-collections-3.2.2.jar
diff --git a/pom.xml b/pom.xml
index 9804fc9af..ca596d7ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,7 +116,7 @@
         <scala.binary.version>2.12</scala.binary.version>
         <scala-collection-compat.version>2.8.1</scala-collection-compat.version>
 
-        <arrow.version>11.0.0</arrow.version>
+        <arrow.version>12.0.0</arrow.version>
         <!-- Please don't upgrade the version to 4.10+, it depends on JDK 11 -->
         <antlr4.version>4.9.3</antlr4.version>
         <antlr.st4.version>4.3.4</antlr.st4.version>