[
https://issues.apache.org/jira/browse/FLINK-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14538015#comment-14538015
]
ASF GitHub Bot commented on FLINK-1990:
---------------------------------------
GitHub user chhao01 opened a pull request:
https://github.com/apache/flink/pull/667
[FLINK-1990] [staging table] Support upper case of `as` for expression
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chhao01/flink as
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/667.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #667
----
commit bd1d059440a23e4b2a725946716f580e168c2a7b
Author: Cheng Hao <[email protected]>
Date: 2015-05-11T14:57:14Z
support upper case of 'as' for expression
----
> 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)