aljoscha commented on a change in pull request #13554:
URL: https://github.com/apache/flink/pull/13554#discussion_r507633257
##########
File path:
flink-clients/src/main/java/org/apache/flink/client/cli/CliFrontend.java
##########
@@ -1001,9 +1009,10 @@ public int parseParameters(String[] args) {
return handleParametrizationException(ppe);
} catch (ProgramMissingJobException pmje) {
return handleMissingJobException();
- } catch (Exception e) {
- return handleError(e);
}
+// catch (Exception e) {
Review comment:
Yes, this is the leftover I mentioned in my first comment. I've reworked
the test to instead check stdout printing.
----------------------------------------------------------------
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]