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 2020/01/29 13:54:00 UTC

[jira] [Comment Edited] (FLINK-15487) Expose the new type inference for scalar functions

    [ https://issues.apache.org/jira/browse/FLINK-15487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022055#comment-17022055 ] 

Timo Walther edited comment on FLINK-15487 at 1/29/20 1:53 PM:
---------------------------------------------------------------

Fixed in 1.11:
[FLINK-15487][table-common] Make TypeInference mandatory for function definitions
2e62ae70afe87057aa633703293ab82d7620eda2


was (Author: twalthr):
Fixed in 1.10:
[FLINK-15487][table-common] Make TypeInference mandatory for function definitions
2e62ae70afe87057aa633703293ab82d7620eda2

> Expose the new type inference for scalar functions
> --------------------------------------------------
>
>                 Key: FLINK-15487
>                 URL: https://issues.apache.org/jira/browse/FLINK-15487
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Table SQL / API, Table SQL / Planner
>            Reporter: Timo Walther
>            Assignee: Timo Walther
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> After FLINK-15281 is merged, we are able to introduce functions with the new type inference. We start by enabling scalar functions through the stack.
> This includes the following changes:
> - Introduce a {{UserDefinedFunction.getTypeInference}} method
> - Expose {{TableEnvironment.createTemporarySystemFunction}} and {{TableEnvironment.createTemporaryFunction}}
> - Update FunctionCatalog
> - Update the code generation



--
This message was sent by Atlassian Jira
(v8.3.4#803005)