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

[jira] [Closed] (FLINK-11279) Invalid week interval parsing in 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

> Invalid week interval parsing in ExpressionParser
> -------------------------------------------------
>
>                 Key: FLINK-11279
>                 URL: https://issues.apache.org/jira/browse/FLINK-11279
>             Project: Flink
>          Issue Type: Bug
>          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)