zhengruifeng opened a new pull request, #44741: URL: https://github.com/apache/spark/pull/44741
### What changes were proposed in this pull request? Rebalance `pyspark_pandas_connect_part?` ### Why are the changes needed? for testing parallelism before: https://github.com/apache/spark/actions/runs/7527560858/job/20487999563 `pyspark_pandas_connect_part0`: `Tests passed in 3979 seconds` `pyspark_pandas_connect_part1`: `Tests passed in 3585 seconds` `pyspark_pandas_connect_part2`: `Tests passed in 2724 seconds` `pyspark_pandas_connect_part3`: `Tests passed in 3276 seconds` the difference is about 20 min after: `pyspark_pandas_connect_part0`: `Tests passed in 3516 seconds` `pyspark_pandas_connect_part1`: `Tests passed in 3228 seconds` `pyspark_pandas_connect_part2`: `Tests passed in 3760 seconds` `pyspark_pandas_connect_part3`: `Tests passed in 3195 seconds` the difference is about 5 min ### Does this PR introduce _any_ user-facing change? no. test-only ### How was this patch tested? ci, https://github.com/zhengruifeng/spark/actions/runs/7527236548/job/20488637410 ### 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: [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]
