You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Zhenqiu Huang (Jira)" <ji...@apache.org> on 2020/07/15 22:44:00 UTC

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

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

Zhenqiu Huang commented on FLINK-14055:
---------------------------------------

[~phoenixjiangnan] [~twalthr]
I am going to add this feature in the coming weeks. Currently, it is blocking AthenaX to upgrade to 1.10 as we have internal calcite extension. Please let me know if there is anything I should take care of in advance.



> Add advanced function DDL syntax "USING JAR/FILE/ACHIVE"
> --------------------------------------------------------
>
>                 Key: FLINK-14055
>                 URL: https://issues.apache.org/jira/browse/FLINK-14055
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Table SQL / API
>            Reporter: Bowen Li
>            Assignee: Zhenqiu Huang
>            Priority: Major
>
> As FLINK-7151 adds basic function DDL to Flink, this ticket is to support dynamically loading functions from external source in function DDL with advanced syntax like 
>  
> {code:java}
> CREATE FUNCTION func_name as class_name USING JAR/FILE/ACHIEVE 'xxx' [, JAR/FILE/ACHIEVE 'yyy'] ;
> {code}



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