[ https://issues.apache.org/jira/browse/HIVE-1654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ashutosh Chauhan resolved HIVE-1654. ------------------------------------ Resolution: Duplicate Fix Version/s: 0.15.0 Assignee: Pengcheng Xiong (was: Arvind Prabhakar) > select distinct should allow column name regex > ---------------------------------------------- > > Key: HIVE-1654 > URL: https://issues.apache.org/jira/browse/HIVE-1654 > Project: Hive > Issue Type: Bug > Components: Query Processor > Affects Versions: 0.6.0 > Reporter: John Sichi > Assignee: Pengcheng Xiong > Fix For: 0.15.0 > > > This works (matching column name foo): > select `fo.*` from pokes; > but this > select distinct `fo.*` from pokes; > gives > FAILED: Error in semantic analysis: line 1:16 Invalid Table Alias or Column > Reference `fo.*` > It should work consistently. -- This message was sent by Atlassian JIRA (v6.3.4#6332)