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 9dcb61e00 [KYUUBI #5153] [DOC] Minor change w/ to with
9dcb61e00 is described below

commit 9dcb61e00dedfd5fea166c7f01b4727c6082f85d
Author: hezhao2 <[email protected]>
AuthorDate: Mon Aug 14 17:26:55 2023 +0800

    [KYUUBI #5153] [DOC] Minor change w/ to with
    
    ### _Why are the changes needed?_
    
    Correct a typo in this doc
    ### _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/contributing/code/testing.html#running-tests)
 locally before make a pull request
    
    Closes #5153 from zhaohehuhu/Improvement-0810.
    
    Closes #5153
    
    b2b593d94 [hezhao2] Update quick start hive jdbc instruction
    
    Authored-by: hezhao2 <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
---
 docs/quick_start/quick_start_with_jdbc.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/quick_start/quick_start_with_jdbc.md 
b/docs/quick_start/quick_start_with_jdbc.md
index 862e22fa1..e6f4f7052 100644
--- a/docs/quick_start/quick_start_with_jdbc.md
+++ b/docs/quick_start/quick_start_with_jdbc.md
@@ -19,7 +19,7 @@
 
 ## How to get the Kyuubi JDBC driver
 
-Kyuubi Thrift API is fully compatible w/ HiveServer2, so technically, it 
allows to use any Hive JDBC driver to connect
+Kyuubi Thrift API is fully compatible with HiveServer2, so technically, it 
allows to use any Hive JDBC driver to connect
 Kyuubi Server. But it's recommended to use [Kyuubi Hive JDBC 
driver](../client/jdbc/kyuubi_jdbc), which is forked from
 Hive 3.1.x JDBC driver, aims to support some missing functionalities of the 
original Hive JDBC driver.
 

Reply via email to