You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Bowen Li (JIRA)" <ji...@apache.org> on 2019/07/17 21:18:00 UTC

[jira] [Closed] (FLINK-13296) FunctionCatalog.lookupFunction() should check in memory functions if the target function doesn't exist in catalog

     [ https://issues.apache.org/jira/browse/FLINK-13296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bowen Li closed FLINK-13296.
----------------------------
    Resolution: Fixed

merged in 1.10.0: f4e71f92957ca382e4631ebef795711195d742f7   1.9.0: 243fb4d1237b86db8f9245954a8150236360034f

> FunctionCatalog.lookupFunction() should check in memory functions if the target function doesn't exist in catalog
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: FLINK-13296
>                 URL: https://issues.apache.org/jira/browse/FLINK-13296
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Table SQL / API
>    Affects Versions: 1.9.0, 1.10.0
>            Reporter: Bowen Li
>            Assignee: Bowen Li
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.9.0, 1.10.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Currently the logic to lookup a function is check either the catalog or the in memory function. But the correct logic is to 1st check the catalog, and if the function doesn't exist there, check in memory functions. There should be a resolution order.
> This is root cause of FLINK-13294



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)