[
https://issues.apache.org/jira/browse/FLINK-10559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16651142#comment-16651142
]
ASF GitHub Bot commented on FLINK-10559:
----------------------------------------
TisonKun commented on issue #6851: [FLINK-10559] Remove
LegacyLocalStreamEnvironment
URL: https://github.com/apache/flink/pull/6851#issuecomment-430105332
Travis fails on
```
05:09:30.233 [ERROR] Failed to execute goal
com.github.siom79.japicmp:japicmp-maven-plugin:0.11.0:cmp (default) on project
flink-streaming-java_2.11: Breaking the build because there is at least one
incompatibility:
org.apache.flink.streaming.api.environment.LegacyLocalStreamEnvironment.execute(java.lang.String):METHOD_REMOVED,org.apache.flink.streaming.api.environment.LegacyLocalStreamEnvironment.LegacyLocalStreamEnvironment():CONSTRUCTOR_REMOVED,org.apache.flink.streaming.api.environment.LegacyLocalStreamEnvironment.LegacyLocalStreamEnvironment(org.apache.flink.configuration.Configuration):CONSTRUCTOR_REMOVED,org.apache.flink.streaming.api.environment.LegacyLocalStreamEnvironment:SUPERCLASS_REMOVED,org.apache.flink.streaming.api.environment.LegacyLocalStreamEnvironment:CLASS_REMOVED
-> [Help 1]
```
and I wonder if we have to tolerant the mistake and keep
`LegacyLocalStreamEnvironment` until 2.x or do something to pass this check?
@zentol @StephanEwen
----------------------------------------------------------------
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 LegacyLocalStreamEnvironment
> -----------------------------------
>
> Key: FLINK-10559
> URL: https://issues.apache.org/jira/browse/FLINK-10559
> Project: Flink
> Issue Type: Sub-task
> Components: Local Runtime
> Affects Versions: 1.7.0
> Reporter: TisonKun
> Assignee: TisonKun
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.7.0
>
>
> See the corresponding GitHub pull request for diagnostic, basically this
> class is not in used any more.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)