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:35:00 UTC

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

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

Danny Chen updated FLINK-17717:
-------------------------------
    Description: 
Currently, we support 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.

  was:
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.


> 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
>            Priority: Major
>             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 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)