HyukjinKwon commented on PR #36413: URL: https://github.com/apache/spark/pull/36413#issuecomment-1157205469
Seems like it fails in some cases such as https://github.com/apache/spark/commit/3b709ebf8aea0f0b21f5ee721900f88e3f5e8b4e <img width="1019" alt="Screen Shot 2022-06-16 at 12 53 11 PM" src="https://user-images.githubusercontent.com/6477701/173987683-2ec9299c-0546-4e63-a196-e7868ef15c97.png"> The problem seems that https://github.com/apache/spark/blob/master/.github/workflows/build_and_test.yml#L134-L142 and actually testing skip logic are not matched. For example, here https://github.com/apache/spark/runs/6911661666?check_suite_focus=true#step:4:14 it says to build both PySpark and other builds too but later other builds were skipped at https://github.com/apache/spark/runs/6911690622?check_suite_focus=true#step:9:21 We should probably remove pyspark-*, sparkr*, etc at https://github.com/apache/spark/blob/master/.github/workflows/build_and_test.yml#L135 but I think it needs a closer look. Reverting this for now to avoid making other PRs failed. cc @EnricoMi mind taking a look please? cc @dongjoon-hyun too FYI -- 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]
