You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2015/08/13 05:57:45 UTC

[jira] [Commented] (SPARK-9210) checkValidAggregateExpression() throws exceptions with bad error messages

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

Apache Spark commented on SPARK-9210:
-------------------------------------

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

> checkValidAggregateExpression() throws exceptions with bad error messages
> -------------------------------------------------------------------------
>
>                 Key: SPARK-9210
>                 URL: https://issues.apache.org/jira/browse/SPARK-9210
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 1.4.1
>         Environment: N/A
>            Reporter: Simeon Simeonov
>            Priority: Trivial
>
> When a result column in {{SELECT ... GROUP BY}} is neither one of the {{GROUP BY}} expressions nor uses an aggregation function, {{org.apache.spark.sql.catalyst.analysis.CheckAnalysis}} throws {{org.apache.spark.sql.AnalysisException}} with the message "expression '_column expression_' is neither present in the group by, nor is it an aggregate function. Add to group by or wrap in first() if you don't care which value you get."
> The remedy suggestion in the exception message is incorrect: the function name is {{first_value}}, not {{first}}.



--
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