You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Danny Chen (Jira)" <ji...@apache.org> on 2020/05/15 06:34:00 UTC

[jira] [Created] (FLINK-17717) Throws for DDL create system temporary function with composite table path

Danny Chen created FLINK-17717:
----------------------------------

             Summary: Throws for DDL create system temporary 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
             Fix For: 1.11.0


Currently, we supports syntax 
{code:sql}
create temporary system function catalog.db.func_name as function_class
{code}
But actually we dropped 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)