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

   ### What changes were proposed in this pull request?
   
   This PR borrows the idea from https://github.com/apache/spark/pull/36928 but 
adds some more changes in order for scheduled jobs to share the `precondition` 
so all conditional logic is consolidated here.
   
   This PR also adds a new option to `is-changed.py` so dependent modules can 
be checked together. In this way, we don't have to change `build_and_test.yml` 
often when we add a new module.
   
   Lastly, this PR removes `type` because `precondition` job now replaces it.
   
   ### Why are the changes needed?
   
   To make it easier to read.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No, dev-only.
   
   ### How was this patch tested?
   
   Being tested in my fork and local


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