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

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

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

Jark Wu updated FLINK-14055:
----------------------------
    Fix Version/s: 1.16.0

> Add advanced function DDL syntax "USING JAR"
> --------------------------------------------
>
>                 Key: FLINK-14055
>                 URL: https://issues.apache.org/jira/browse/FLINK-14055
>             Project: Flink
>          Issue Type: New Feature
>          Components: Table SQL / API
>            Reporter: BL
>            Assignee: dalongliu
>            Priority: Major
>              Labels: auto-unassigned, sprint
>             Fix For: 1.16.0
>
>
> 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)