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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]