alfred.zou created FLINK-23404: ---------------------------------- Summary: function UNIX_TIMESTAMP's result incorrect when format is 'EEE MMM dd HH:mm:ss z yyyy' Key: FLINK-23404 URL: https://issues.apache.org/jira/browse/FLINK-23404 Project: Flink Issue Type: Bug Components: Table SQL / Planner, Table SQL / Runtime Affects Versions: 1.12.2, 1.14.0 Reporter: alfred.zou
blink planner, eg: UNIX_TIMESTAMP('Thu Jul 15 17:34:35 CST 2021', 'EEE MMM dd HH:mm:ss z yyyy )'s result isĀ -9223372036854775808, which is incorrect. -- This message was sent by Atlassian Jira (v8.3.4#803005)