HyukjinKwon opened a new pull request, #43965: URL: https://github.com/apache/spark/pull/43965
### What changes were proposed in this pull request? This PR adds the same test `ReleaseSession releases all queries and does not allow more requests in the session` added in SPARK-45798, to PySpark side. ### Why are the changes needed? To identify an issue such as SPARK-46042. _To clarify, Python side does not have the behaviour of sending a request early when you create an generator of the response_ This is caused by [SPARK-46039](https://issues.apache.org/jira/browse/SPARK-46039) ### Does this PR introduce _any_ user-facing change? No, test-only. It includes a bit of bug fixes but they are pretty trivial and minor. ### How was this patch tested? Unittests added. ### Was this patch authored or co-authored using generative AI tooling? No. -- 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]
