Details
-
Task
-
Status: Resolved
-
Minor
-
Resolution: Duplicate
-
0.9.0
-
None
-
None
Description
select distinct * returns the below error in Hive while mysql supports this syntax.
hive> select distinct * from src;
FAILED: Error in semantic analysis: Line 0:-1 Invalid function 'TOK_ALLCOLREF'
Attachments
Issue Links
- relates to
-
HIVE-9194 Support select distinct *
- Resolved