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


##########
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:
   That hasn't changed, that is still Spark 3.1.2. Considering the breaking 
changes in Spark it's better to stick with that version and not pump it in Beam 
at all. If would be a breaking change on the Beam side doing that!



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