fapaul commented on a change in pull request #18043:
URL: https://github.com/apache/flink/pull/18043#discussion_r765748718



##########
File path: flink-clients/src/main/java/org/apache/flink/client/ClientUtils.java
##########
@@ -85,7 +86,7 @@ public static void executeProgram(
             PackagedProgram program,
             boolean enforceSingleJobExecution,
             boolean suppressSysout)
-            throws ProgramInvocationException {
+            throws ProgramInvocationException, JobStartupFailedException {

Review comment:
       Can you take a look at 
   feefcb7? Unfortunately, I had to move the `ProgramInvocationException` that 
the `JobStartupFailedException` can extend it because there is for a good 
reason no `clients` -> `runtime` dependency.
   
   I am a bit worried that theoretically `ProgramInvocationException` was 
user-facing but not annotated. 




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to