[
https://issues.apache.org/jira/browse/FLINK-14262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-14262:
-----------------------------------
Labels: pull-request-available (was: )
> support referencing function with fully/partially qualified names in SQL
> ------------------------------------------------------------------------
>
> Key: FLINK-14262
> URL: https://issues.apache.org/jira/browse/FLINK-14262
> Project: Flink
> Issue Type: Sub-task
> Components: Table SQL / API
> Reporter: Bowen Li
> Assignee: Jingsong Lee
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.10.0
>
>
> Flink should support referencing function with fully/partially qualified
> names in SQL
> {code:java}
> SELECT <cat>.<db>.<func>(col) FROM T
> SELECT <db>.<func>(col) FROM T
> {code}
> This work depends on the completion of other subtasks in FLINK-14090
--
This message was sent by Atlassian Jira
(v8.3.4#803005)