Github user StephanEwen commented on the pull request:
https://github.com/apache/flink/commit/81d3e72eb8cd9eb591f6ea67bc904dd0ad200a17#commitcomment-26715575
In flink-core/src/main/java/org/apache/flink/util/ExceptionUtils.java:
In flink-core/src/main/java/org/apache/flink/util/ExceptionUtils.java on
line 384:
This method is probably better in
https://github.com/apache/flink/blob/master/flink-core/src/main/java/org/apache/flink/util/LambdaUtil.java
Another exception suppressing lambda method is already there...
---