You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Xintong Song (Jira)" <ji...@apache.org> on 2023/03/23 08:52:16 UTC

[jira] [Updated] (FLINK-27603) Hive dialect supports "reload function"

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

Xintong Song updated FLINK-27603:
---------------------------------
    Fix Version/s: 1.18.0
                       (was: 1.17.0)

> Hive dialect supports "reload function"
> ---------------------------------------
>
>                 Key: FLINK-27603
>                 URL: https://issues.apache.org/jira/browse/FLINK-27603
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Connectors / Hive
>            Reporter: luoyuxia
>            Assignee: luoyuxia
>            Priority: Major
>              Labels: pull-request-available, stale-assigned
>             Fix For: 1.18.0
>
>
> In Hive, by "reload function", the user can use the function defined in other session.
> But in flink, it will always get the function from the catalog, and if it's hive catalog, it'll load all the user defined functions from the metastore.
> So, there's no need to "reload function" explicitly for it actually is done implicitly.
> But when use Hive dialect in Flink, it'll throw an unsupported exception for  the statement  "reload function".
> I'm wondering keep the current behavior to throw excpetion or consider it as an 'NopOperation'.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)