s21lee commented on code in PR #32033: URL: https://github.com/apache/beam/pull/32033#discussion_r1730190876
########## sdks/python/apache_beam/runners/portability/job_server_test.py: ########## @@ -25,7 +25,8 @@ class JavaJarJobServerStub(JavaJarJobServer): def java_arguments( - self, job_port, artifact_port, expansion_port, artifacts_dir): + self, + job_port, artifact_port, expansion_port, artifacts_dir, jar_cache_dir): Review Comment: Thank you for comments. I will the parameter and the code. -- 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]
