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 2019/01/08 10:43:00 UTC

[jira] [Closed] (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 ]

Timo Walther closed FLINK-11279.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 1.8.0
                   1.7.2

Fixed in 1.8: 90f3b424c74b3673f90093acc8384acf1ef69f74
Fixed in 1.7: 6528a3a5e651d9e98a028983f749e78645a078ca

> 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.0, 1.7.1
>            Reporter: xuqianjin
>            Assignee: xuqianjin
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.7.2, 1.8.0
>
>         Attachments: 20190108123404.png
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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)