You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Timo Walther (Jira)" <ji...@apache.org> on 2022/01/24 07:43:00 UTC

[jira] [Created] (FLINK-25769) Add internal functions and basic function versioning

Timo Walther created FLINK-25769:
------------------------------------

             Summary: Add internal functions and basic function versioning
                 Key: FLINK-25769
                 URL: https://issues.apache.org/jira/browse/FLINK-25769
             Project: Flink
          Issue Type: Sub-task
          Components: Table SQL / API, Table SQL / Planner
            Reporter: Timo Walther
            Assignee: Timo Walther


As mentioned in FLIP-190:

We keep the old function definition around under an internal name. The physical plan after restore might look similar to:

{code}
== Optimized Physical Plan ==
Calc(select=[$TO_TIMESTAMP_LTZ$1(f0)])
{code}

{{$TO_TIMESTAMP_LTZ$1}} has been returned by the ModuleManager.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)