HyukjinKwon opened a new pull request #25272: [SPARK-28441][SQL][TESTS] Skip Python tests if python executable and pyspark library are unavailable URL: https://github.com/apache/spark/pull/25272 #25052 What changes were proposed in this pull request? We should add `assume(shouldTestPythonUDFs)`. Maybe it's not a biggie in general but it can matter in other venders' testing base. For instance, if somebody launches a test in a minimal docker image, it might make the tests failed suddenly. This skipping stuff isn't completely new in our test base. See `TestUtils.testCommandAvailable` for instance. ## How was this patch tested? Manually tested.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
