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/18 07:26:33 UTC

[jira] [Created] (HIVE-3267) escaped columns in cluster by are not working

Namit Jain created HIVE-3267:
--------------------------------

             Summary: escaped columns in cluster by are not working
                 Key: HIVE-3267
                 URL: https://issues.apache.org/jira/browse/HIVE-3267
             Project: Hive
          Issue Type: Bug
            Reporter: 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

        

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

Posted by "Kevin Wilfong (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-3267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Wilfong updated HIVE-3267:
--------------------------------

          Component/s: Query Processor
    Affects Version/s: 0.10.0
        Fix Version/s: 0.10.0
    
> 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
>          Components: Query Processor
>    Affects Versions: 0.10.0
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>             Fix For: 0.10.0
>
>
> 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

        

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

Posted by "Namit Jain (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-3267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Status: Patch Available  (was: Open)
    
> 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

        

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

Posted by "Kevin Wilfong (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-3267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Wilfong updated HIVE-3267:
--------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Committed, thanks Namit.
                
> 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
>          Components: Query Processor
>    Affects Versions: 0.10.0
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>             Fix For: 0.10.0
>
>
> 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

        

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

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-3267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13418990#comment-13418990 ] 

Hudson commented on HIVE-3267:
------------------------------

Integrated in Hive-trunk-h0.21 #1554 (See [https://builds.apache.org/job/Hive-trunk-h0.21/1554/])
    HIVE-3267. escaped columns in cluster/distribute/order/sort by are not working. (njain via kevinwilfong) (Revision 1363610)

     Result = SUCCESS
kevinwilfong : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1363610
Files : 
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/RowResolver.java
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java
* /hive/trunk/ql/src/test/queries/clientpositive/escape_clusterby1.q
* /hive/trunk/ql/src/test/queries/clientpositive/escape_distributeby1.q
* /hive/trunk/ql/src/test/queries/clientpositive/escape_orderby1.q
* /hive/trunk/ql/src/test/queries/clientpositive/escape_sortby1.q
* /hive/trunk/ql/src/test/results/clientpositive/escape_clusterby1.q.out
* /hive/trunk/ql/src/test/results/clientpositive/escape_distributeby1.q.out
* /hive/trunk/ql/src/test/results/clientpositive/escape_orderby1.q.out
* /hive/trunk/ql/src/test/results/clientpositive/escape_sortby1.q.out

                
> 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
>          Components: Query Processor
>    Affects Versions: 0.10.0
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>             Fix For: 0.10.0
>
>
> 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

        

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

Posted by "Namit Jain (JIRA)" <ji...@apache.org>.
     [ 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

        

[jira] [Assigned] (HIVE-3267) escaped columns in cluster by are not working

Posted by "Namit Jain (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-3267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Namit Jain reassigned HIVE-3267:
--------------------------------

    Assignee: Namit Jain
    
> escaped columns in cluster 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

        

[jira] [Commented] (HIVE-3267) escaped columns in cluster by are not working

Posted by "Namit Jain (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-3267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13416917#comment-13416917 ] 

Namit Jain commented on HIVE-3267:
----------------------------------

https://reviews.facebook.net/D4203
                
> escaped columns in cluster by are not working
> ---------------------------------------------
>
>                 Key: HIVE-3267
>                 URL: https://issues.apache.org/jira/browse/HIVE-3267
>             Project: Hive
>          Issue Type: Bug
>            Reporter: 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

        

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

Posted by "Kevin Wilfong (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-3267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13418563#comment-13418563 ] 

Kevin Wilfong commented on HIVE-3267:
-------------------------------------

+1 Running tests
                
> 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