[
https://issues.apache.org/jira/browse/FLINK-12920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
sunjincheng closed FLINK-12920.
-------------------------------
Resolution: Fixed
Fix Version/s: 1.9.0
Fixed in master: 5d8054be418cafaff9753e85724aa8bff21574da
> Drop support for register_table_sink with field_names and field_types
> parameters
> --------------------------------------------------------------------------------
>
> Key: FLINK-12920
> URL: https://issues.apache.org/jira/browse/FLINK-12920
> Project: Flink
> Issue Type: Bug
> Components: API / Python
> Reporter: Dian Fu
> Assignee: Dian Fu
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.9.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The following registerTableSink API in TableEnvironment is deprecated:
> {code:java}
> @Deprecated
> void registerTableSink(String name, String[] fieldNames, TypeInformation<?>[]
> fieldTypes, TableSink<?> tableSink);
> {code}
> We can drop the support of it in Python Table API.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)