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-shaded.git


The following commit(s) were added to refs/heads/master by this push:
     new bb56377  [KYUUBI-SHADED #45] Upgrade hive-service-rpc 4.0.0
bb56377 is described below

commit bb563771438cb20c68b14809a4ad38640080441d
Author: hezhao2 <[email protected]>
AuthorDate: Sat Apr 6 13:15:54 2024 +0800

    [KYUUBI-SHADED #45] Upgrade hive-service-rpc 4.0.0
    
    ### _Why are the changes needed?_
    
    Upgrade hive-service-rpc 4.0.0, this is the first step of 
https://github.com/apache/kyuubi/issues/6252
    
    ### _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 #45 from zhaohehuhu/dev.
    
    a7652e0 [hezhao2] Upgrade hive-service-rpc 4.0.0
    
    Authored-by: hezhao2 <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
---
 kyuubi-relocated-hive-service-rpc/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kyuubi-relocated-hive-service-rpc/pom.xml 
b/kyuubi-relocated-hive-service-rpc/pom.xml
index 15ba93e..66320fb 100644
--- a/kyuubi-relocated-hive-service-rpc/pom.xml
+++ b/kyuubi-relocated-hive-service-rpc/pom.xml
@@ -32,7 +32,7 @@ under the License.
     <description>Relocated Hive Service RPC classes used by Kyuubi 
internally.</description>
 
     <properties>
-        <hive.service.rpc.version>3.1.3</hive.service.rpc.version>
+        <hive.service.rpc.version>4.0.0</hive.service.rpc.version>
     </properties>
 
     <dependencies>

Reply via email to