You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "xuqianjin (JIRA)" <ji...@apache.org> on 2019/01/08 04:38:00 UTC

[jira] [Updated] (FLINK-11279) The bug of Error parsing ExpressionParser

     [ https://issues.apache.org/jira/browse/FLINK-11279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

xuqianjin updated FLINK-11279:
------------------------------
    Attachment: 20190108123404.png

> The bug of Error parsing ExpressionParser
> -----------------------------------------
>
>                 Key: FLINK-11279
>                 URL: https://issues.apache.org/jira/browse/FLINK-11279
>             Project: Flink
>          Issue Type: Task
>          Components: Table API &amp; SQL
>    Affects Versions: 1.6.3, 1.7.0, 1.7.1
>            Reporter: xuqianjin
>            Assignee: xuqianjin
>            Priority: Major
>         Attachments: 20190108123404.png
>
>
> Execute the following code:
>     testAllApis("2016-03-31".toDate - 1.week,
>       "'2016-03-31'.toDate - 1.week",
>       "timestampadd(WEEK, -1, date '2016-03-31')",
>       "2016-03-24")
> Please see the screenshot for the error report.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)