TisonKun commented on issue #10526: [FLINK-15090][build] Reverse the dependency from flink-streaming-java to flink-client URL: https://github.com/apache/flink/pull/10526#issuecomment-597579949 After a discussion with @aljoscha , let pipeline become `static` will fail on concurrent `JarRunHandler` case. We turn out to make `*PlanEnvironment` return `this` as a factory. This has several implication include Multiple calls of `Env.getEnv` actually return the same instance, so users are recommended avoid calling `getEnv` multiple times.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
