[
https://issues.apache.org/jira/browse/FLINK-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14537997#comment-14537997
]
Cheng Hao edited comment on FLINK-1990 at 5/11/15 2:50 PM:
-----------------------------------------------------------
What about the aggregate functions? e.g. sum / SUM ?
was (Author: chhao01):
What if the aggregate functions? e.g. sum / SUM ?
> Uppercase "AS" keyword not allowed in select expression
> -------------------------------------------------------
>
> Key: FLINK-1990
> URL: https://issues.apache.org/jira/browse/FLINK-1990
> Project: Flink
> Issue Type: Bug
> Components: Table API
> Affects Versions: 0.9
> Reporter: Fabian Hueske
> Assignee: Aljoscha Krettek
> Priority: Minor
> Fix For: 0.9
>
>
> Table API select expressions do not allow an uppercase "AS" keyword.
> The following expression fails with an {{ExpressionException}}:
> {{table.groupBy("request").select("request, request.count AS cnt")}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)