Shinichi Yamashita created HIVE-12780:
-----------------------------------------
Summary: Fix the output of the history command in Beeline
Key: HIVE-12780
URL: https://issues.apache.org/jira/browse/HIVE-12780
Project: Hive
Issue Type: Bug
Components: Beeline
Reporter: Shinichi Yamashita
Assignee: Shinichi Yamashita
Priority: Minor
I executed !history command in beeline. And the following results displayed.
{code}
Beeline version 2.1.0-SNAPSHOT by Apache Hive
beeline> !history
1. 0: select
1. 1: select
1. 2: select
1. 3: select
{code}
As a result, "1." is not necessary to output. I will change the output, such as
the following.
{code}
Beeline version 2.1.0-SNAPSHOT by Apache Hive
beeline> !history
0: select
1: select
2: select
3: select
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)