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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Shang Yuanchun (Jira)
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)