davidradl commented on code in PR #27176:
URL: https://github.com/apache/flink/pull/27176#discussion_r2481093837
##########
flink-python/src/test/java/org/apache/flink/client/python/PythonDriverOptionsParserFactoryTest.java:
##########
@@ -66,6 +73,49 @@ void testEntrypointNotSpecified() {
.isInstanceOf(FlinkParseException.class);
}
+ @Test
+ void testPythonDependencies() throws FlinkParseException {
+ final String[] args = {
+ "--python",
+ "xxx.py",
+ "--input",
+ "in.txt",
+ "-pyfs",
+ "dep1.zip,dep2.zip",
Review Comment:
nit: can we change some of these literals to constants - so is obvious that
what we check is exactly what we set.
--
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]