[
https://issues.apache.org/jira/browse/HIVE-13000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ashutosh Chauhan updated HIVE-13000:
------------------------------------
Status: Patch Available (was: Open)
> Hive returns useless parsing error
> -----------------------------------
>
> Key: HIVE-13000
> URL: https://issues.apache.org/jira/browse/HIVE-13000
> Project: Hive
> Issue Type: Bug
> Affects Versions: 2.2.0, 1.2.1, 1.0.0, 0.13.0
> Reporter: Alina Abramova
> Assignee: Alina Abramova
> Priority: Minor
> Attachments: HIVE-13000.1.patch, HIVE-13000.2.patch,
> HIVE-13000.3.patch, HIVE-13000.4.patch, HIVE-13000.5.patch, HIVE-13000.6.patch
>
>
> When I run query like these I receive unclear exception
> hive> SELECT record FROM ctest GROUP BY record.instance_id;
> FAILED: SemanticException Error in parsing
> It will be clearer if it would be like:
> hive> SELECT record FROM ctest GROUP BY record.instance_id;
> FAILED: SemanticException Expression not in GROUP BY key record
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)