NicoK commented on a change in pull request #10113: [FLINK-13749][client] Make
PackagedProgram respect classloading policy
URL: https://github.com/apache/flink/pull/10113#discussion_r344180948
##########
File path:
flink-tests/src/test/java/org/apache/flink/test/classloading/ClassLoaderITCase.java
##########
@@ -181,7 +190,8 @@ public void testCustomSplitJobWithCustomClassLoaderPath()
throws IOException, Pr
@Test
public void testStreamingClassloaderJobWithCustomClassLoader() throws
ProgramInvocationException {
// regular streaming job
- PackagedProgram streamingProg = new PackagedProgram(new
File(STREAMING_PROG_JAR_FILE));
+ PackagedProgram streamingProg = new PackagedProgram(new
File(STREAMING_PROG_JAR_FILE),
+ new Configuration(), new String[0]);
Review comment:
```suggestion
new Configuration());
```
----------------------------------------------------------------
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