[
https://issues.apache.org/jira/browse/HIVE-28105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18088810#comment-18088810
]
Attila Turoczy commented on HIVE-28105:
---------------------------------------
It seems logical. Can we move ahead with this? it should not be a compatibility
issue. If need we can document it. Modern way is better then the old.
> 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
> Priority: Major
> Labels: pull-request-available
>
> currently, we have:
> {code:java}
> 0: jdbc:hive2://link> use dbs;
> 0: jdbc:hive2://link>
> {code}
> instead, we can have something like:
> {code:java}
> 0: jdbc:hive2://link> use dbs;
> 0: jdbc:hive2://link (dbs)>
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)