You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "lamber-ken (JIRA)" <ji...@apache.org> on 2018/11/27 08:37:00 UTC

[jira] [Created] (FLINK-11010) Flink SQL timestamp is inconsistent with currentProcessingTime()

lamber-ken created FLINK-11010:
----------------------------------

             Summary: Flink SQL timestamp is inconsistent with currentProcessingTime()
                 Key: FLINK-11010
                 URL: https://issues.apache.org/jira/browse/FLINK-11010
             Project: Flink
          Issue Type: Bug
          Components: Table API &amp; SQL
    Affects Versions: 1.6.2
            Reporter: lamber-ken
            Assignee: lamber-ken


Flink SQL timestamp is inconsistent with currentProcessingTime().

 
the ProcessingTime is just implemented by invoking System.currentTimeMillis() but the long value will be automatically wrapped to a Timestamp with the following statement: 

`new java.sql.Timestamp(time - TimeZone.getDefault().getOffset(time));`



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