[
https://issues.apache.org/jira/browse/FLINK-10528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16647777#comment-16647777
]
ASF GitHub Bot commented on FLINK-10528:
----------------------------------------
hequn8128 commented on issue #6826: [FLINK-10528] [table] Remove methods that
were deprecated in Flink 1.4.0
URL: https://github.com/apache/flink/pull/6826#issuecomment-429287135
+1 to merge.
I searched these methods in the Main source repository and find no
occurrence.
https://github.com/apache/flink.git
There are some occurrences in the Website repository. However it is not
related to this PR.
https://github.com/apache/flink-web.git
The occurrences are:
sql()
- 2016-05-24-stream-sql.md
- 2017-03-30-dynamic-tables.md
toDataStream()
- 2017-03-29-table-sql-api-update.md
limit()
- None
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Remove deprecated APIs from Table API for Flink 1.7.0
> -----------------------------------------------------
>
> Key: FLINK-10528
> URL: https://issues.apache.org/jira/browse/FLINK-10528
> Project: Flink
> Issue Type: Improvement
> Components: Table API & SQL
> Affects Versions: 1.7.0
> Reporter: Fabian Hueske
> Assignee: Fabian Hueske
> Priority: Minor
> Labels: pull-request-available
>
> There are a few APIs that have been deprecated for a while (since Flink
> 1.4.0) and that could be removed:
> * {{TableEnvironment.sql()}} as of FLINK-6442
> * {{StreamTableElnvironment.toDataStream()}} and
> {{TableConversions.toDataStream()}} as of FLINK-6543
> * {{Table.limit()}} as of FLINK-7821
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)