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

Apache Spark commented on SPARK-16639:
--------------------------------------

User 'viirya' has created a pull request for this issue:
https://github.com/apache/spark/pull/14296

> query fails if having condition contains grouping column
> --------------------------------------------------------
>
>                 Key: SPARK-16639
>                 URL: https://issues.apache.org/jira/browse/SPARK-16639
>             Project: Spark
>          Issue Type: Bug
>            Reporter: Wenchen Fan
>
> {code}
> create table tbl(a int, b string);
> select count(b) from tbl group by a + 1 having a + 1 = 2;
> {code}
> this will fail analysis



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to