You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Alina Abramova (JIRA)" <ji...@apache.org> on 2016/02/04 18:35:39 UTC

[jira] [Created] (HIVE-13000) Hive returns useless parsing error

Alina Abramova created HIVE-13000:
-------------------------------------

             Summary: Hive returns useless parsing error 
                 Key: HIVE-13000
                 URL: https://issues.apache.org/jira/browse/HIVE-13000
             Project: Hive
          Issue Type: Bug
    Affects Versions: 1.2.1, 1.0.0, 0.13.0
            Reporter: Alina Abramova
            Assignee: Alina Abramova
            Priority: Minor


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.3.4#6332)