You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Yesha Vora (JIRA)" <ji...@apache.org> on 2017/02/24 21:26:44 UTC

[jira] [Created] (AMBARI-20184) HiveView 2.0: Select * query should not prefix column name with table name

Yesha Vora created AMBARI-20184:
-----------------------------------

             Summary: HiveView 2.0: Select * query should not prefix column name with table name
                 Key: AMBARI-20184
                 URL: https://issues.apache.org/jira/browse/AMBARI-20184
             Project: Ambari
          Issue Type: Bug
          Components: ambari-views
    Affects Versions: 2.5.0
            Reporter: Yesha Vora


Scenario:
* Run "Select <columnname> from table". This query result will show column as "columnname"
* Run "Select * from table". This query result shows column as "table.columnname"

Find the screenshots in attachment. 
Select * query should not prefix columnname with table name .



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)