TisonKun commented on issue #11261: [hotfix][streaming] Clean up redundant & dead code about StreamExecutionEnvironment URL: https://github.com/apache/flink/pull/11261#issuecomment-594581711 @tillrohrmann Yes you're right that this change deserves a JIRA ticket and wider discussion. Sorry for misusing hotfix. Will convert it into a formal JIRA. For the change itself it is from the discussion with @aljoscha that we want to reverse the dependency from flink-streaming-java to flink-client. It happened that the actually `Exception` is always `ProgramInvocationExceptions` which is a unfortunate accident. Since flink-client depends on flink-java we never throw such Exception(directly, possibly by reflect, though) from with batch codepath.
---------------------------------------------------------------- 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
