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:37:00 UTC

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

xuqianjin created FLINK-11279:
---------------------------------

             Summary: 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.7.1, 1.7.0, 1.6.3
            Reporter: xuqianjin
            Assignee: xuqianjin
         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)