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

[jira] [Created] (FLINK-10108) DATE_FORMAT function in sql test throws a NumberFormatException

Xingcan Cui created FLINK-10108:
-----------------------------------

             Summary: DATE_FORMAT function in sql test throws a NumberFormatException
                 Key: FLINK-10108
                 URL: https://issues.apache.org/jira/browse/FLINK-10108
             Project: Flink
          Issue Type: Bug
          Components: Table API &amp; SQL
            Reporter: Xingcan Cui


{{testSqlApi("DATE_FORMAT(TIMESTAMP '1991-01-02 03:04:06', '%m/%d/%Y')", "01/02/1991")}} will throw a {{NumberFormatException}}, whereas the function works fine in {{testAllApis()}}.



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