This is an automated email from the ASF dual-hosted git repository.

chengpan pushed a commit to branch branch-1.9
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/branch-1.9 by this push:
     new 6cf3e9bd5 [KYUUBI #6507] Correct Kyuubi BeeLine help message
6cf3e9bd5 is described below

commit 6cf3e9bd54ad5277ed371ca49d4d720bde5f3b98
Author: Cheng Pan <[email protected]>
AuthorDate: Thu Jun 27 17:36:48 2024 +0800

    [KYUUBI #6507] Correct Kyuubi BeeLine help message
    
    Hive 2.3.0 (HIVE-7224) turns it on by default, while Kyuubi BeeLine is a 
fork from Hive BeeLine 3.1.3, we should update the help message to reflect the 
change.
    
    - [x] Bugfix (non-breaking change which fixes an issue)
    - [ ] New feature (non-breaking change which adds functionality)
    - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
    
    Pass GHA.
    
    ---
    
    - [x] This patch was not authored or co-authored using [Generative 
Tooling](https://www.apache.org/legal/generative-tooling.html)
    
    **Be nice. Be informative.**
    
    Closes #6507 from pan3793/beeline-incr.
    
    Closes #6507
    
    8b1ed655a [Cheng Pan] fix
    7a872eeec [Cheng Pan] fix
    88e751d3a [Cheng Pan] Correct Kyuubi BeeLine help message for incremental
    
    Authored-by: Cheng Pan <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
    (cherry picked from commit 845f6c63a921b790d227889695c0fc21790c8fc5)
    Signed-off-by: Cheng Pan <[email protected]>
---
 kyuubi-hive-beeline/src/main/resources/BeeLine.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kyuubi-hive-beeline/src/main/resources/BeeLine.properties 
b/kyuubi-hive-beeline/src/main/resources/BeeLine.properties
index b4476285b..93ac70af5 100644
--- a/kyuubi-hive-beeline/src/main/resources/BeeLine.properties
+++ b/kyuubi-hive-beeline/src/main/resources/BeeLine.properties
@@ -160,7 +160,7 @@ Options:\n\
 \  -u <database url>               The JDBC URL to connect to.\n\
 \  -c <named url>                  The named JDBC URL to connect to,\n\
 \                                  which should be present in 
beeline-site.xml\n\
-\                                  as the value of 
beeline.kyuubi.jdbc.url.<namedUrl>.\n\n\
+\                                  as the value of 
beeline.hs2.jdbc.url.<namedUrl>.\n\n\
 \  -r                              Reconnect to last saved connect url (in 
conjunction with !save).\n\
 \  -n <username>                   The username to connect as.\n\
 \  -p <password>                   The password to connect as.\n\
@@ -194,7 +194,7 @@ Options:\n\
 \  --outputformat=<format mode>    Format mode for result display.\n\
 \                                  The available options ars 
[table|vertical|csv2|tsv2|dsv|csv|tsv]. \n\
 \                                  Note that csv, and tsv are deprecated, use 
csv2, tsv2 instead.\n\n\
-\  --incremental=[true|false]      Defaults to false. When set to false, the 
entire result set\n\
+\  --incremental=[true|false]      Defaults to true. When set to false, the 
entire result set\n\
 \                                  is fetched and buffered before being 
displayed, yielding optimal\n\
 \                                  display column sizing. When set to true, 
result rows are displayed\n\
 \                                  immediately as they are fetched, yielding 
lower latency and\n\

Reply via email to