XComp commented on a change in pull request #17593:
URL: https://github.com/apache/flink/pull/17593#discussion_r742757179
##########
File path:
flink-end-to-end-tests/flink-end-to-end-tests-common/src/main/java/org/apache/flink/tests/util/flink/FlinkDistribution.java
##########
@@ -223,6 +221,22 @@ public void submitSQLJob(SQLJobSubmission job, Duration
timeout) throws IOExcept
.runBlocking(timeout);
}
+ public void performJarAddition(JarAddition addition) throws IOException {
+ final Path target = mapJarLocationToPath(addition.getTarget());
+ final Path sourceJar = addition.getJar();
+
+ final String jarNameWithoutExtension =
+
FilenameUtils.removeExtension(sourceJar.getFileName().toString());
Review comment:
oh, I misinterpreted the `resolve` method chain. 🤦 makes sense
--
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]