mosche commented on code in PR #22157:
URL: https://github.com/apache/beam/pull/22157#discussion_r925728668
##########
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:
exactly... that's pretty much how things look like in real life. you run a
job build with one version of beam on a spark cluster, but the spark versions
the runner was compiled against and the cluster don't necessarily match
--
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]