[
https://issues.apache.org/jira/browse/FLINK-14262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jark Wu resolved FLINK-14262.
-----------------------------
Resolution: Resolved
[FLINK-14262][table] FunctionCatalog should return empty when can not get the
catalog from catalog name
- 1.10.0: fe77fdcfecd558d09cb035dc6c0735f32868806e
[FLINK-14262][table-planner-blink] Add getCatalogManager to FlinkContext
- 1.10.0: 0a5ae34318ed2ceaa4d2807054a60384d2b001bf
[FLINK-14262][table-planner-blink] support referencing function with
fully/partially qualified names in blink
- 1.10.0: 1b4ebce86b71d56f44185f1cb83d9a3b51de13df
[FLINK-14262][table] FunctionIdentifier shouldn't normalize function name and
use un-escaped identifier as toString
- 1.10.0: 8bd4b5cda4c4f9e1b00f9ff5fea4ae319d120ff4
[hotfix][table] Avoid passing CatalogManager to FunctionCatalogOperatorTable
- 1.10.0: b0a9afdd24fb70131b1e80d46d0ca101235a4a36
> 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
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)