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


##########
.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:
   
https://github.com/apache/spark/blob/c4e4497ff7e747eb71d087cdfb1b51673c53b83b/.github/workflows/build_branch34.yml#L43-L51
   
   For daily build, `maven-build` is not true,  and before 
https://github.com/apache/spark/pull/45148, the `apple-silicon` job was 
checking the value of `build`
   
   



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

Reply via email to