Spenserrrr commented on PR #57864: URL: https://github.com/apache/spark/pull/57864#issuecomment-5222972494
Hi @zhengruifeng @Yicong-Huang! This is a one-line follow-up fixing a CI break on master: test_pyarrow_array_from_pandas_default.py calls main(globals()["__file__"]), which passes a file path to unittest.main(module=...) and fails the whole pyspark-sql shard with ModuleNotFoundError (exit code 19). Every other pyspark test uses a bare main(). This restores that. Could one of you take a look and merge when you have a moment, since it's currently red on master? -- 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]
