Dawid Wysakowicz created FLINK-33407:
----------------------------------------
Summary: Port time functions to the new type inference stack
Key: FLINK-33407
URL: https://issues.apache.org/jira/browse/FLINK-33407
Project: Flink
Issue Type: Sub-task
Components: Table SQL / Planner
Reporter: Dawid Wysakowicz
Fix For: 1.19.0
The end goal for this task is to remove
https://github.com/apache/flink/blob/91d81c427aa6312841ca868d54e8ce6ea721cd60/flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/expressions/time.scala
For that to happen we need to port:
* EXTRACT
* CURRENT_DATE
* CURRENT_TIME
* CURRENT_TIMESTAMP
* LOCAL_TIME
* LOCAL_TIMESTAMP
* TEMPORAL_OVERLAPS
* DATE_FORMAT
* TIMESTAMP_DIFF
* TO_TIMESTAMP_LTZ
functions to the new type inference
--
This message was sent by Atlassian Jira
(v8.20.10#820010)