[
https://issues.apache.org/jira/browse/FLINK-13693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17328343#comment-17328343
]
Flink Jira Bot commented on FLINK-13693:
----------------------------------------
This major issue is unassigned and itself and all of its Sub-Tasks have not
been updated for 30 days. So, it has been labeled "stale-major". If this ticket
is indeed "major", please either assign yourself or give an update. Afterwards,
please remove the label. In 7 days the issue will be deprioritized.
> 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)