[jira] [Commented] (HIVE-1367) cluster by multiple columns does not work if parenthesis is present

2013-08-29 Thread efan lee (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13753451#comment-13753451
 ] 

efan lee commented on HIVE-1367:


I found that the result of "DISTRIBUTE BY" is not certain?
It cause the failure of unit test.

> cluster by multiple columns does not work if parenthesis is present
> ---
>
> Key: HIVE-1367
> URL: https://issues.apache.org/jira/browse/HIVE-1367
> Project: Hive
>  Issue Type: Bug
>  Components: Query Processor
>Reporter: Namit Jain
>Assignee: Zhenxiao Luo
> Fix For: 0.10.0
>
> Attachments: HIVE-1367.1.patch.txt
>
>
> The following query:
> select ...  from src cluster by (key, value)
> throws a compile error:
> whereas the query
> select ...  from src cluster by key, value
> works fine

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HIVE-1367) cluster by multiple columns does not work if parenthesis is present

2013-01-09 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13547984#comment-13547984
 ] 

Hudson commented on HIVE-1367:
--

Integrated in Hive-trunk-hadoop2 #54 (See 
[https://builds.apache.org/job/Hive-trunk-hadoop2/54/])
HIVE-1367 cluster by multiple columns does not work if parenthesis is 
present
(Zhenxiao Luo via namit) (Revision 1392091)

 Result = ABORTED
namit : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1392091
Files : 
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/Hive.g
* /hive/trunk/ql/src/test/queries/clientpositive/parenthesis_star_by.q
* /hive/trunk/ql/src/test/results/clientpositive/parenthesis_star_by.q.out


> cluster by multiple columns does not work if parenthesis is present
> ---
>
> Key: HIVE-1367
> URL: https://issues.apache.org/jira/browse/HIVE-1367
> Project: Hive
>  Issue Type: Bug
>  Components: Query Processor
>Reporter: Namit Jain
>Assignee: Zhenxiao Luo
> Fix For: 0.10.0
>
> Attachments: HIVE-1367.1.patch.txt
>
>
> The following query:
> select ...  from src cluster by (key, value)
> throws a compile error:
> whereas the query
> select ...  from src cluster by key, value
> works fine

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HIVE-1367) cluster by multiple columns does not work if parenthesis is present

2012-09-30 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466639#comment-13466639
 ] 

Hudson commented on HIVE-1367:
--

Integrated in Hive-trunk-h0.21 #1711 (See 
[https://builds.apache.org/job/Hive-trunk-h0.21/1711/])
HIVE-1367 cluster by multiple columns does not work if parenthesis is 
present
(Zhenxiao Luo via namit) (Revision 1392091)

 Result = FAILURE
namit : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1392091
Files : 
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/Hive.g
* /hive/trunk/ql/src/test/queries/clientpositive/parenthesis_star_by.q
* /hive/trunk/ql/src/test/results/clientpositive/parenthesis_star_by.q.out


> cluster by multiple columns does not work if parenthesis is present
> ---
>
> Key: HIVE-1367
> URL: https://issues.apache.org/jira/browse/HIVE-1367
> Project: Hive
>  Issue Type: Bug
>  Components: Query Processor
>Reporter: Namit Jain
>Assignee: Zhenxiao Luo
> Fix For: 0.10.0
>
> Attachments: HIVE-1367.1.patch.txt
>
>
> The following query:
> select ...  from src cluster by (key, value)
> throws a compile error:
> whereas the query
> select ...  from src cluster by key, value
> works fine

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HIVE-1367) cluster by multiple columns does not work if parenthesis is present

2012-09-29 Thread Namit Jain (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466416#comment-13466416
 ] 

Namit Jain commented on HIVE-1367:
--

running tests

> cluster by multiple columns does not work if parenthesis is present
> ---
>
> Key: HIVE-1367
> URL: https://issues.apache.org/jira/browse/HIVE-1367
> Project: Hive
>  Issue Type: Bug
>  Components: Query Processor
>Reporter: Namit Jain
>Assignee: Zhenxiao Luo
> Attachments: HIVE-1367.1.patch.txt
>
>
> The following query:
> select ...  from src cluster by (key, value)
> throws a compile error:
> whereas the query
> select ...  from src cluster by key, value
> works fine

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HIVE-1367) cluster by multiple columns does not work if parenthesis is present

2012-09-29 Thread Namit Jain (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466415#comment-13466415
 ] 

Namit Jain commented on HIVE-1367:
--

+1

> cluster by multiple columns does not work if parenthesis is present
> ---
>
> Key: HIVE-1367
> URL: https://issues.apache.org/jira/browse/HIVE-1367
> Project: Hive
>  Issue Type: Bug
>  Components: Query Processor
>Reporter: Namit Jain
>Assignee: Zhenxiao Luo
> Attachments: HIVE-1367.1.patch.txt
>
>
> The following query:
> select ...  from src cluster by (key, value)
> throws a compile error:
> whereas the query
> select ...  from src cluster by key, value
> works fine

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HIVE-1367) cluster by multiple columns does not work if parenthesis is present

2012-09-29 Thread Zhenxiao Luo (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466414#comment-13466414
 ] 

Zhenxiao Luo commented on HIVE-1367:


Review Request submitted at:
https://reviews.facebook.net/D5757

> cluster by multiple columns does not work if parenthesis is present
> ---
>
> Key: HIVE-1367
> URL: https://issues.apache.org/jira/browse/HIVE-1367
> Project: Hive
>  Issue Type: Bug
>  Components: Query Processor
>Reporter: Namit Jain
> Attachments: HIVE-1367.1.patch.txt
>
>
> The following query:
> select ...  from src cluster by (key, value)
> throws a compile error:
> whereas the query
> select ...  from src cluster by key, value
> works fine

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira