[ https://issues.apache.org/jira/browse/FLINK-21045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17273456#comment-17273456 ]
Timo Walther commented on FLINK-21045: -------------------------------------- +1 for another mailing list discussion. I'm not against having a way to define the order. I also have ideas to simplify the design a bit and I'm curious what you think about mapping modules purely by name: {code} LOAD MODULE geo_utils LOAD MODULE hive WITH ('version'='2.1') -- no dedicated 'type='/'module=' but allow only 1 module to be loaded parameterized UNLOAD hive USE MODULES hive, core {code} > Support 'load module' and 'unload module' SQL syntax > ---------------------------------------------------- > > 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 > > > 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 -- This message was sent by Atlassian Jira (v8.3.4#803005)