HyukjinKwon commented on code in PR #45159:
URL: https://github.com/apache/spark/pull/45159#discussion_r1494123602


##########
.github/workflows/build_and_test.yml:
##########
@@ -790,7 +790,8 @@ jobs:
 
   maven-build:
     needs: precondition
-    if: fromJson(needs.precondition.outputs.required).maven-build == 'true'
+    # Skipped in branch-3.4, see SPARK-47090.
+    if: fromJson(needs.precondition.outputs.required).maven-build == 'true' && 
inputs.branch != 'branch-3.4'

Review Comment:
   Yeah we can do something more fine grained. I prefer to just take it out in 
branch-3.4 because compilation itself doesn't affect the Spark 3.4 releases.



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to