[
https://issues.apache.org/jira/browse/FLINK-16364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
godfrey he updated FLINK-16364:
-------------------------------
Description:
In
[FLIP-84|https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=134745878],
We propose to deprecate the following methods in TableEnvironment:
{code:java}
void sqlUpdate(String sql)
void insertInto(String targetPath, Table table)
void execute(String jobName)
String explain(boolean extended)
Table fromTableSource(TableSource<?> source)
{code}
This issue aims to deprecate them.
was:
In
[FLIP-84|https://cwiki.apache.org/confluence/display/FLINK/FLIP-84%3A+Improve+%26+Refactor+API+of+TableEnvironment],
We propose to deprecate the following methods in TableEnvironment:
{code:java}
void sqlUpdate(String sql)
void insertInto(String targetPath, Table table)
void execute(String jobName)
String explain(boolean extended)
Table fromTableSource(TableSource<?> source)
{code}
This issue aims to deprecate them.
> Deprecate the methods in TableEnvironment proposed by FLIP-84
> -------------------------------------------------------------
>
> Key: FLINK-16364
> URL: https://issues.apache.org/jira/browse/FLINK-16364
> Project: Flink
> Issue Type: Sub-task
> Components: Table SQL / API
> Reporter: godfrey he
> Assignee: godfrey he
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.11.0
>
>
> In
> [FLIP-84|https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=134745878],
> We propose to deprecate the following methods in TableEnvironment:
> {code:java}
> void sqlUpdate(String sql)
> void insertInto(String targetPath, Table table)
> void execute(String jobName)
> String explain(boolean extended)
> Table fromTableSource(TableSource<?> source)
> {code}
> This issue aims to deprecate them.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)