Return-Path: X-Original-To: apmail-flink-issues-archive@minotaur.apache.org Delivered-To: apmail-flink-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E316C18E6E for ; Mon, 11 May 2015 15:08:00 +0000 (UTC) Received: (qmail 57029 invoked by uid 500); 11 May 2015 15:08:00 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 56984 invoked by uid 500); 11 May 2015 15:08:00 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 56974 invoked by uid 99); 11 May 2015 15:08:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 May 2015 15:08:00 +0000 Date: Mon, 11 May 2015 15:08:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-1990) Uppercase "AS" keyword not allowed in select expression MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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 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)