HyukjinKwon commented on PR #57155:
URL: https://github.com/apache/spark/pull/57155#issuecomment-4924460892
Note on the one red job (`pyspark-sql, pyspark-core, ...`): the only failure
is
`pyspark.tests.test_import_spark.ImportSparkTest.test_import_spark_libraries`
(`Unexpected 3rd party package 'numpy' imported during 'import pyspark'`).
This
is pre-existing on `master` and unrelated to this test-only change:
- `test_import_spark.py` is not part of this PR's diff.
- Reproduced on a clean checkout of the base commit (no changes applied): a
bare
`import pyspark` pulls in `numpy` via
`pyspark.sql.streaming.stateful_processor_api_client`, which the test's
allowlist (stdlib + `py4j`) rejects.
All of the split/rebalanced modules in this PR pass.
--
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]