hoxbro opened a new issue, #56012:
URL: https://github.com/apache/spark/issues/56012

   ``` python
   import unittest
   print("module:", unittest.main.__module__, "name:", unittest.main.__name__) 
   import pyspark.testing 
   print("module:", unittest.main.__module__, "name:", unittest.main.__name__) 
   ```
   
   <img width="876" height="196" alt="Image" 
src="https://github.com/user-attachments/assets/0a707e4b-0db9-4076-a6bd-c7f1bfd44e01";
 />
   
   I would expect `pyspark.testing` to not touch the standard library in any 
way.


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