Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
-
zeppelin 0.10.1 & flink 1.13.5
Description
1. Flink supports pluggable modules and related commands(LOAD/UNLOAD MODULE, USE MODULES, SHOW FULL MODULES) since 2021.01
https://issues.apache.org/jira/browse/FLINK-21045
https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/modules/#using-sql
2. but I found that those commands are not supported in FlinkSqlInterpreter.
3. Since those change above(1) was applied only from 1.13, it may have been intentionally omitted from interpreter. But in order to use hive built-in function using hive-connector, corresponding commands are required.