HyukjinKwon opened a new pull request, #40673:
URL: https://github.com/apache/spark/pull/40673

   ### What changes were proposed in this pull request?
   
   This PR is a followup of https://github.com/apache/spark/pull/39294 that 
proposes to remove the breaking change detection within `master` branch. 
   
   ### Why are the changes needed?
   
   Apache Spark does not guarantee the compatibility between individual commits 
but between releases according to semantic versioning.
   
   It would have been great if we can use this job as a sort of warning but 
this feature is missing in GitHub Actions. See also:
   - https://github.com/actions/runner/issues/2347
   - https://github.com/actions/runner/issues/2347
   
   Therefore, we cannot use this as a warning.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No, dev-only.
   
   ### How was this patch tested?
   
   Will be tested within my fork first.
   


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