select distinct should allow column name regex
----------------------------------------------
Key: HIVE-1654
URL: https://issues.apache.org/jira/browse/HIVE-1654
Project: Hadoop Hive
Issue Type: Bug
Components: Query Processor
Affects Versions: 0.6.0
Reporter: John Sichi
Assignee: John Sichi
Fix For: 0.7.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 is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.