[
https://issues.apache.org/jira/browse/FLINK-13693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-13693:
-----------------------------------
Labels: stale-major (was: )
> 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
> Priority: Major
> Labels: stale-major
>
> 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
(v8.3.4#803005)