You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/06/21 03:02:00 UTC

[jira] [Updated] (FLINK-12920) Drop support for register_table_sink with field_names and field_types parameters

     [ https://issues.apache.org/jira/browse/FLINK-12920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated FLINK-12920:
-----------------------------------
    Labels: pull-request-available  (was: )

> 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
>
> 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)