[
https://issues.apache.org/jira/browse/FLINK-12257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16867578#comment-16867578
]
Dawid Wysakowicz commented on FLINK-12257:
------------------------------------------
Implemented in d87d94474ee28f7d2cf317f1e717b35047d12ea4
> Convert CatalogTable to org.apache.calcite.schema.Table so that planner can
> use unified catalog APIs
> ----------------------------------------------------------------------------------------------------
>
> Key: FLINK-12257
> URL: https://issues.apache.org/jira/browse/FLINK-12257
> Project: Flink
> Issue Type: Sub-task
> Components: Table SQL / API
> Reporter: Bowen Li
> Assignee: Dawid Wysakowicz
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.9.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> In FLINK-11476, we created CatalogManager to hook up planner with unified
> catalog APIs. What's missing there is, at the very last step, convert
> CatalogBaseTable to org.apache.calcite.schema.Table so that planner can use
> unified catalog APIs, like how
> {{ExternalTableUtil.fromExternalCatalogTable()}} works to convert the old
> {{ExternalCatalogTable}} to a Calcite table
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)