[
https://issues.apache.org/jira/browse/FLINK-17717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jingsong Lee closed FLINK-17717.
--------------------------------
Resolution: Fixed
master: f5ba41f90411429b6f35b6e8f2968def124bc96e
release-1.11: edfe844db645b7dc1451503662ee86123473fb1e
> Throws for DDL create temporary system function with composite table path
> -------------------------------------------------------------------------
>
> Key: FLINK-17717
> URL: https://issues.apache.org/jira/browse/FLINK-17717
> Project: Flink
> Issue Type: Bug
> Components: Table SQL / API
> Affects Versions: 1.11.0
> Reporter: Danny Chen
> Assignee: Danny Chen
> Priority: Critical
> Labels: pull-request-available
> Fix For: 1.11.0
>
>
> Currently, we support syntax
> {code:sql}
> create temporary system function catalog.db.func_name as function_class
> {code}
> But actually we drop the catalog and db silently, the temporary system
> function never has custom table paths, it belongs always to the system and
> current session, so, we should limit the table path to simple identifier.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)