[
https://issues.apache.org/jira/browse/HIVE-10699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14597043#comment-14597043
]
Jason Louer commented on HIVE-10699:
------------------------------------
JDBC convention here is to show the column name without table name or other
non-column information.
> 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.13.0, 0.14.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)