panbingkun commented on code in PR #42146:
URL: https://github.com/apache/spark/pull/42146#discussion_r1273225774


##########
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:
   <img width="1026" alt="image" 
src="https://github.com/apache/spark/assets/15246973/7f4b4b74-26d8-4bb9-aec9-b65367c3de96";>
   
   From this workflow: 
https://github.com/panbingkun/spark/actions/runs/5653268655/job/15314215187 
Look, it seems to be a problem with `run_python_packaging_tests`.
   
   Because all the tests in `pyspark-pandas-connect-part-3` have ended running, 
`run_python_packaging_tests` caused an error



-- 
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]

Reply via email to