Takanobu Asanuma created HIVE-15831:
---------------------------------------
Summary: LLAP: Fix a problem of the output of LlapDump
Key: HIVE-15831
URL: https://issues.apache.org/jira/browse/HIVE-15831
Project: Hive
Issue Type: Bug
Components: llap
Environment: The output of llapdump doesn't include the first column
at the moment.
This is an output example:
{noformat}
url: jdbc:hive2://{hiveserver2_interactive}
user: hive
query: select column1, column2 from table_a limit 10
column1:int,column2:float
Results:
, 258.0
, 645.0
, 652.0
, 1336.096
, 97.1828
, 1864.4
, 10428.4
, 2346.3
, 425.1
, 228.9
{noformat}
Reporter: Takanobu Asanuma
Assignee: Takanobu Asanuma
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)