You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Timo Walther (JIRA)" <ji...@apache.org> on 2017/05/15 12:18:04 UTC

[jira] [Created] (FLINK-6587) Java Table API cannot parse function names starting with keywords

Timo Walther created FLINK-6587:
-----------------------------------

             Summary: Java Table API cannot parse function names starting with keywords
                 Key: FLINK-6587
                 URL: https://issues.apache.org/jira/browse/FLINK-6587
             Project: Flink
          Issue Type: Bug
          Components: Table API & SQL
            Reporter: Timo Walther
            Assignee: Timo Walther


The ExpressionParser of the Java Table API has problems with functions that start with a reserved keyword. e.g. a function must not be called {{summing}} because {{sum}} is reserved. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)