You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Sohan Jain (JIRA)" <ji...@apache.org> on 2011/07/05 21:33:16 UTC

[jira] [Assigned] (HIVE-2256) Better error message in CLI on invalid column name

     [ https://issues.apache.org/jira/browse/HIVE-2256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sohan Jain reassigned HIVE-2256:
--------------------------------

    Assignee: Sohan Jain

> Better error message in CLI on invalid column name
> --------------------------------------------------
>
>                 Key: HIVE-2256
>                 URL: https://issues.apache.org/jira/browse/HIVE-2256
>             Project: Hive
>          Issue Type: Improvement
>          Components: CLI, Query Processor
>            Reporter: Sohan Jain
>            Assignee: Sohan Jain
>         Attachments: HIVE-2256.1.patch
>
>
> In the CLI, if a user inputs an incorrect column name, we currently just print the bad column name in the query.  Typically, the user needs to "describe" the table to figure out the correct column.
> This patch prints out a list of valid column and partition names in the table when a user inputs an incorrect column name.
> e.g., 
> {{Error in semantic analysis: Invalid table alias or column reference 'col_does_not_exist' (possible column names are: col1, col2)}}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira