[
https://issues.apache.org/jira/browse/FLINK-14055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16943304#comment-16943304
]
Leo Zhang edited comment on FLINK-14055 at 10/3/19 3:50 AM:
------------------------------------------------------------
Hi, everyone. I have implemented
*\\{Stream\}ExecutionEnvironment::registerUserJarFile()* interfaces both for
java and scala API, and they are tested well. Do you think it is better to
split this task into two goals, one for DDL and the other for
*registerUserJarFile()* interface? I see that there are some use cases in which
people want to implement their own SQL application based on loading external
jars for now.
And I'd like to help here and could you please assign the latter goal to me so
that I can propose a PR on Github as soon as possible?
[~hpeter] [~phoenixjiangnan]
was (Author: 50man):
Hi, everyone. I have implemented
*{Stream}ExecutionEnvironment::registerUserJarFile()* interfaces both for java
and scala API, and they are tested well. Do you think it is better to split
this task into two goals, one for DDL and the other for *registerUserJarFile()*
interface? I see that there are some use cases in which people want to
implement their own SQL application based on loading external jars for now.
And I'd like to help here and could you please assign the latter goal to me so
that I can propose a PR on Github as soon as possible?
[~hpeter] [~phoenixjiangnan]
> 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)