tanishq-chugh opened a new pull request, #5117:
URL: https://github.com/apache/hive/pull/5117

   What changes were proposed in this pull request?
   In order to make the beeline better, this change suggests to show the 
current operating database name in the beeline prompt. It also provides the 
functionality to disable the same by using an argument ( --hideDbNameInPrompt ) 
while initialising beeline.
   
   Why are the changes needed?
   The changes are needed in order to make beeline better & more user-friendly.
   
   Does this PR introduce any user-facing change?
   Yes
   Currently, Beeline prompt is as follows: 
               0: jdbc:hive2://link> use dbs;
               0: jdbc:hive2://link>
   
   This change suggests prompt to be as follows:
               0: jdbc:hive2://link> use dbs;
               0: jdbc:hive2://link (dbs)> 
   
   Is the change a dependency upgrade?
   No
   
   How was this patch tested?
   Manual tests.
   After making the necessary changes, we build the hive project again.
   After manually testing some DDL and SQL commands, hive is working as 
expected.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to