SteNicholas commented on a change in pull request #13471:
URL: https://github.com/apache/flink/pull/13471#discussion_r494681838
##########
File path:
flink-clients/src/main/java/org/apache/flink/client/deployment/application/executors/EmbeddedExecutorFactory.java
##########
@@ -79,9 +79,9 @@ public PipelineExecutor getExecutor(final Configuration
configuration) {
return new EmbeddedExecutor(
submittedJobIds,
dispatcherGateway,
- jobId -> {
+ (jobId, userCodeClassloader) -> {
Review comment:
@aljoscha Sorry for this indentation missing, I have already updated
this indentation.
----------------------------------------------------------------
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]