echauchot commented on code in PR #22157:
URL: https://github.com/apache/beam/pull/22157#discussion_r925713908


##########
runners/spark/3/build.gradle:
##########
@@ -28,3 +28,37 @@ project.ext {
 
 // Load the main build script which contains all build logic.
 apply from: "$basePath/spark_runner.gradle"
+
+
+def sparkVersions = [
+    "330": "3.3.0",
+    "321": "3.2.1"
+]
+
+sparkVersions.each { kv ->

Review Comment:
   So, the runner is built against 3.1.2 but can run on 3.2 and 3.3 ? This is 
why you need to dynamically get the spark version either by reflexion or by 
getting it from the spark session. Right ?



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