dongjoon-hyun opened a new pull request, #46482:
URL: https://github.com/apache/spark/pull/46482

   ### What changes were proposed in this pull request?
   
   This PR aims to run `pyspark-pandas*` of `branch-3.5` only in PR builder and 
Daily Python CIs. In other words, only the commit builder will skip it by 
default. Please note that all PR builders is not consuming ASF resources and 
they provides lots of test coverage everyday.
   - https://github.com/apache/spark/actions/workflows/build_python.yml
   
   ### Why are the changes needed?
   
   To reduce GitHub Action usage to meet ASF INFRA policy.
   - https://infra.apache.org/github-actions-policy.html
   
       > All workflows MUST have a job concurrency level less than or equal to 
20. This means a workflow cannot have more than 20 jobs running at the same 
time across all matrices.
   
   Although `pandas` is an **optional** package in PySpark, this is essential 
for PySpark users and we have **6 test pipelines** which requires lots of 
resources. We need to optimize the job concurrently level to `less than or 
equal to 20` while keeping the test capability as much as possible.
   
   
https://github.com/apache/spark/blob/f450272a9aac812d735eb5f741eec1f6cf1c837c/dev/requirements.txt#L4-L8
   
   - pyspark-pandas
   - pyspark-pandas-slow
   - pyspark-pandas-connect
   - pyspark-pandas-slow-connect
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Manual review.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   No.


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