zhengruifeng commented on code in PR #42146:
URL: https://github.com/apache/spark/pull/42146#discussion_r1273231043
##########
dev/run-tests.py:
##########
@@ -655,7 +655,7 @@ def main():
opts.parallelism,
with_coverage=os.environ.get("PYSPARK_CODECOV", "false") == "true",
)
- run_python_packaging_tests()
+ # run_python_packaging_tests()
Review Comment:
I am not 100% sure about this, since in
https://github.com/zhengruifeng/spark/actions/runs/5652363908/job/15311889590 I
also disabled all the packaging tests. (you can check that there is no
packaging tests in `pyspark-core`),
but `pyspark-sql` and `pyspark-pandas-slow-connect` still failed ...
I just rebase the PR to re-test whether disabling works
--
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]