gaogaotiantian commented on PR #53273: URL: https://github.com/apache/spark/pull/53273#issuecomment-3604309368
I updated the PR description. I don't know which part of detail should be added. `breakpoint()` is a builtin function you can add in your source code to trigger a breakpoint (by default it will bring up `pdb`). It automatically works when you run a script. However, we run tests in a subproces, which requires some stdin/stdout handling between `run-tests` and the actual test - that's what this PR is about. -- 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]
