dianfu commented on code in PR #27176:
URL: https://github.com/apache/flink/pull/27176#discussion_r2485189950
##########
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:
I have not quite got your point. Could you give an example?
Isn't the following check is obvious?
<img width="2158" height="1578" alt="image"
src="https://github.com/user-attachments/assets/86e74c4b-1628-4896-8b33-3df70c4162fb"
/>
--
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]