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

Nicholas Jiang updated FLINK-21045:
-----------------------------------
    Description: 
This improvement aims to
 # Simplify the module discovery mapping by module name. This will encourage 
users to create singleton of module instances.
 # Support changing the resolution order of modules in a flexible manner. This 
will introduce two methods {{#useModules}} and {{#listFullModules}} in both 
{{ModuleManager}} and {{TableEnvironment}}.
 # Support SQL syntax upon {{LOAD/UNLOAD MODULE}}, {{USE MODULES}}, and {{SHOW 
[FULL] MODULES}} in both {{FlinkSqlParserImpl}} and {{SqlClient}}.
 # Update the documentation to keep users informed of this improvement.

Please reach to the [discussion 
thread|http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/DISCUSS-FLINK-21045-Support-load-module-and-unload-module-SQL-syntax-td48398.html]
 for more details.

  was:
At present, Flink SQL doesn't support the 'load module' and 'unload module' SQL 
syntax. It's necessary for uses in the situation that users load and unload 
user-defined module through table api or sql client.


SQL syntax has been proposed in FLIP-68: 
https://cwiki.apache.org/confluence/display/FLINK/FLIP-68%3A+Extend+Core+Table+System+with+Pluggable+Modules


> Improve Usability of Pluggable Modules
> --------------------------------------
>
>                 Key: FLINK-21045
>                 URL: https://issues.apache.org/jira/browse/FLINK-21045
>             Project: Flink
>          Issue Type: Improvement
>          Components: Table SQL / Planner
>    Affects Versions: 1.13.0
>            Reporter: Nicholas Jiang
>            Assignee: Jane Chan
>            Priority: Major
>             Fix For: 1.13.0
>
>
> This improvement aims to
>  # Simplify the module discovery mapping by module name. This will encourage 
> users to create singleton of module instances.
>  # Support changing the resolution order of modules in a flexible manner. 
> This will introduce two methods {{#useModules}} and {{#listFullModules}} in 
> both {{ModuleManager}} and {{TableEnvironment}}.
>  # Support SQL syntax upon {{LOAD/UNLOAD MODULE}}, {{USE MODULES}}, and 
> {{SHOW [FULL] MODULES}} in both {{FlinkSqlParserImpl}} and {{SqlClient}}.
>  # Update the documentation to keep users informed of this improvement.
> Please reach to the [discussion 
> thread|http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/DISCUSS-FLINK-21045-Support-load-module-and-unload-module-SQL-syntax-td48398.html]
>  for more details.



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

Reply via email to