You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Namit Jain (JIRA)" <ji...@apache.org> on 2012/07/19 07:53:34 UTC

[jira] [Updated] (HIVE-3267) escaped columns in cluster/distribute/order/sort by are not working

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

Namit Jain updated HIVE-3267:
-----------------------------

    Description: 
The following query:

select `key`, value from src cluster by `key`, value;


fails

  was:

The following query:

select `key`, value from src cluster by `key`, value;


fails

        Summary: escaped columns in cluster/distribute/order/sort by are not working  (was: escaped columns in cluster by are not working)
    
> escaped columns in cluster/distribute/order/sort by are not working
> -------------------------------------------------------------------
>
>                 Key: HIVE-3267
>                 URL: https://issues.apache.org/jira/browse/HIVE-3267
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>
> The following query:
> select `key`, value from src cluster by `key`, value;
> fails

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira