You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Tracy Y (JIRA)" <ji...@apache.org> on 2015/05/13 20:29:59 UTC

[jira] [Created] (HIVE-10699) Query resultset metadata show wrong column name

Tracy Y created HIVE-10699:
------------------------------

             Summary: Query resultset metadata show wrong column name
                 Key: HIVE-10699
                 URL: https://issues.apache.org/jira/browse/HIVE-10699
             Project: Hive
          Issue Type: Bug
          Components: JDBC
    Affects Versions: 0.14.0, 0.13.0
            Reporter: Tracy Y
            Priority: Minor


select c1 from table1
resultset metadata show getColumnName = "c1"

however,
select * from table1
resultset metadata show getColumnName = "table1.c1".
getColumnName should be "c1",
table name can be show in getTableName column.

The problem not seen in hive 0.12.
Thanks.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)