You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "dalongliu (Jira)" <ji...@apache.org> on 2022/04/27 08:10:00 UTC

[jira] [Commented] (FLINK-14055) Add advanced function DDL syntax "USING JAR"

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

dalongliu commented on FLINK-14055:
-----------------------------------

Thanks for all driver this work, I will take over this ticket.

> Add advanced function DDL syntax "USING JAR"
> --------------------------------------------
>
>                 Key: FLINK-14055
>                 URL: https://issues.apache.org/jira/browse/FLINK-14055
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Table SQL / API
>            Reporter: BL
>            Priority: Major
>              Labels: auto-unassigned, sprint
>
> As [FLIP-214|https://cwiki.apache.org/confluence/display/FLINK/FLIP-214+Support+Advanced+Function+DDL]  propose, this ticket is to support dynamically loading functions from external source in function DDL with advanced syntax like:
>  
> {code:java}
> CREATE [TEMPORARY|TEMPORARY SYSTEM] FUNCTION [IF NOT EXISTS] [catalog_name.db_name.]function_name AS class_name [LANGUAGE JAVA|SCALA|PYTHON] [USING JAR‘resource_path’ [, JAR ‘resource_path’]*]; {code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)