You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Rui Li (JIRA)" <ji...@apache.org> on 2019/08/12 09:45:00 UTC

[jira] [Created] (FLINK-13693) Identifiers are not properly handled in some DDLs

Rui Li created FLINK-13693:
------------------------------

             Summary: Identifiers are not properly handled in some DDLs
                 Key: FLINK-13693
                 URL: https://issues.apache.org/jira/browse/FLINK-13693
             Project: Flink
          Issue Type: Bug
          Components: Table SQL / Client
            Reporter: Rui Li


Fully qualified paths and backtick quoted identifiers are not supported in some DDLs while they're supported in queries. For example:
{noformat}
Flink SQL> describe `default`.tbl;
[ERROR] Could not execute SQL statement. Reason:
org.apache.flink.table.api.ValidationException: Table '`default`.tbl' was not found.
{noformat}

One solution is to make all DDLs go through the parser in order to get the identifiers right.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)