[
https://issues.apache.org/jira/browse/HIVE-25?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12665596#action_12665596
]
Ashish Thusoo commented on HIVE-25:
-----------------------------------
I am seeing a number of test failures both in clientpositive and
clientnegative...
Can you rerun and check that all the tests are passing.
> [Hive] cluster by does not work with column aliasing
> ----------------------------------------------------
>
> Key: HIVE-25
> URL: https://issues.apache.org/jira/browse/HIVE-25
> Project: Hadoop Hive
> Issue Type: Bug
> Components: Query Processor
> Reporter: Namit Jain
> Assignee: Prasad Chakka
> Priority: Critical
> Fix For: 0.2.0
>
> Attachments: hive-25-code-changes.patch, hive-25.2.patch,
> hive-25.3.patch, hive-25.patch
>
>
> SELECT b.*
> FROM
> (
> SELECT x.col1, x.col2
> FROM tmp x
> WHERE x.col2= 10
> CLUSTER BY col2
> ) b"
> The above query works, but if I change the cluster by to:
> CLUSTER BY x.col2,
> it croaks.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.