[
https://issues.apache.org/jira/browse/HIVE-25?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Prasad Chakka reassigned HIVE-25:
---------------------------------
Assignee: Prasad Chakka
> [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
>
> 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.