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 2018/11/19 10:30:00 UTC

[jira] [Updated] (FLINK-10926) Fix the problem for function TIMESTAMPDIFF in Table

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

xuqianjin updated FLINK-10926:
------------------------------
     Attachment: image-2018-11-19-18-30-59-158.png
    Description: 
Use the following SQL statement:

{{select TIMESTAMPDIFF (MINUTE, '2012-08-24 09:00:00', '2012-08-30 12:00:00')}}

Expect to be able to return the time difference correctly

!image-2018-11-19-18-30-59-158.png!

  was:
Use the following SQL statement:

{{select TIMESTAMPDIFF (MINUTE, '2012-08-24 09:00:00', '2012-08-30 12:00:00')}}

Expect to be able to return the time difference correctly

     Issue Type: Bug  (was: Task)
        Summary: Fix the problem for function TIMESTAMPDIFF in Table  (was: Add TIMESTAMPDIFF math function supported in Table API and SQL)

> Fix the problem for function TIMESTAMPDIFF in Table
> ---------------------------------------------------
>
>                 Key: FLINK-10926
>                 URL: https://issues.apache.org/jira/browse/FLINK-10926
>             Project: Flink
>          Issue Type: Bug
>          Components: Table API &amp; SQL
>            Reporter: xuqianjin
>            Priority: Minor
>         Attachments: image-2018-11-19-18-30-59-158.png
>
>
> Use the following SQL statement:
> {{select TIMESTAMPDIFF (MINUTE, '2012-08-24 09:00:00', '2012-08-30 12:00:00')}}
> Expect to be able to return the time difference correctly
> !image-2018-11-19-18-30-59-158.png!



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