You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "tanishqchugh (Jira)" <ji...@apache.org> on 2024/03/05 08:18:00 UTC

[jira] [Created] (HIVE-28105) Beeline: Show current database in prompt

tanishqchugh created HIVE-28105:
-----------------------------------

             Summary: Beeline: Show current database in prompt
                 Key: HIVE-28105
                 URL: https://issues.apache.org/jira/browse/HIVE-28105
             Project: Hive
          Issue Type: Bug
          Components: Hive
            Reporter: tanishqchugh
            Assignee: tanishqchugh


currently, we have:
{code:java}
0: jdbc:hive2://hs2-lbodor-aws-bug.dw-dw-team> use tpcds_partitioned_orc_100;
0: jdbc:hive2://hs2-lbodor-aws-bug.dw-dw-team>
{code}
instead, we can have something like:
{code:java}
0: jdbc:hive2://hs2-lbodor-aws-bug.dw-dw-team> use tpcds_partitioned_orc_100;
0: jdbc:hive2://hs2-lbodor-aws-bug.dw-dw-team (tpcds_partitioned_orc_100)>
{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)