Abacn commented on code in PR #37313:
URL: https://github.com/apache/beam/pull/37313#discussion_r2817870439


##########
sdks/python/test-suites/portable/common.gradle:
##########
@@ -508,7 +504,7 @@ def addTestJavaJarCreator(String runner, Task 
jobServerJarTask) {
 }
 
 // TODO(BEAM-11333) Update and test multiple Flink versions.
-addTestJavaJarCreator("FlinkRunner", 
tasks.getByPath(":runners:flink:${latestFlinkVersion}:job-server:shadowJar"))
+addTestJavaJarCreator("FlinkRunner", 
tasks.getByPath(":runners:flink:${latestFlink1Version}:job-server:shadowJar"))

Review Comment:
   It is intended to test Both Flink 1.20 and 2.0 tasks for 
testPipelineJarFlinkRunner at the moment (run via 
https://github.com/apache/beam/blob/master/.github/workflows/beam_PostCommit_PortableJar_Flink.yml).
 Resolve for now.



-- 
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]

Reply via email to