[
https://issues.apache.org/jira/browse/FLINK-21913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timo Walther closed FLINK-21913.
--------------------------------
Release Note: Implementations for `DynamicTableSourceFactory` and
`DynamicTableSinkFactory` might need to update calls to
`Context#getCatalogTable` as the method now returns a more specific
`ResolvedCatalogTable`. `context.getCatalogTable().getSchema()` is still
supported but deprecated and should be replaced with
`context.getCatalogTable().getResolvedSchema()`.
Resolution: Fixed
> Update DynamicTableFactory.Context to use ResolvedCatalogTable
> --------------------------------------------------------------
>
> Key: FLINK-21913
> URL: https://issues.apache.org/jira/browse/FLINK-21913
> Project: Flink
> Issue Type: Sub-task
> Components: Table SQL / API
> Reporter: Timo Walther
> Assignee: Timo Walther
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.13.0
>
>
> Update DynamicTableFactory.Context to use ResolvedCatalogTable.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)