You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "godfrey he (Jira)" <ji...@apache.org> on 2020/07/27 12:28:00 UTC

[jira] [Created] (FLINK-18731) The monotonicity of UNIX_TIMESTAMP function is not correct

godfrey he created FLINK-18731:
----------------------------------

             Summary: The monotonicity of UNIX_TIMESTAMP function is not correct
                 Key: FLINK-18731
                 URL: https://issues.apache.org/jira/browse/FLINK-18731
             Project: Flink
          Issue Type: Bug
          Components: Table SQL / Planner
            Reporter: godfrey he
             Fix For: 1.12.0


Currently, the monotonicity of {{UNIX_TIMESTAMP}} function is always {{INCREASING}}, actually, when it has empty function arguments ({{UNIX_TIMESTAMP()}}, is equivalent to {{NOW}}), its monotonicity is INCREASING. otherwise its monotonicity should be NOT_MONOTONIC. (e.g. UNIX_TIMESTAMP(string))



--
This message was sent by Atlassian Jira
(v8.3.4#803005)