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 & 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)