[
https://issues.apache.org/jira/browse/FLINK-36862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Nuyanzin resolved FLINK-36862.
-------------------------------------
Fix Version/s: 2.0.0
Resolution: Fixed
> Implement additional TO_TIMESTAMP_LTZ() functions
> -------------------------------------------------
>
> Key: FLINK-36862
> URL: https://issues.apache.org/jira/browse/FLINK-36862
> Project: Flink
> Issue Type: Improvement
> Components: Table SQL / API
> Reporter: Yiyu Tian
> Assignee: Yiyu Tian
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.0.0
>
>
> {{TO_TIMESTAMP_LTZ()}} is a very important function. However, we should
> overload this function with more parameters:
> {code:java}
> TO_TIMESTAMP_LTZ(string1) -- Parse timestamp with default format
> TO_TIMESTAMP_LTZ(string1, string2) -- Parse timestamp with custom format
> TO_TIMESTAMP_LTZ(string1, string2, string3) -- Parse timestamp with format
> and timezone
> TO_TIMESTAMP_LTZ(numeric) -- For epoch milliseconds{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)