You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Wenchen Fan (JIRA)" <ji...@apache.org> on 2016/07/28 14:35:20 UTC

[jira] [Resolved] (SPARK-16639) query fails if having condition contains grouping column

     [ https://issues.apache.org/jira/browse/SPARK-16639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wenchen Fan resolved SPARK-16639.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 2.1.0

Issue resolved by pull request 14296
[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
>            Assignee: Liang-Chi Hsieh
>             Fix For: 2.1.0
>
>
> {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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org