anishshri-db opened a new pull request, #48418: URL: https://github.com/apache/spark/pull/48418
### What changes were proposed in this pull request? Ensure that socket updates are flushed on exception from the python worker ### Why are the changes needed? Without this, updates to the socket from the python worker are not delivered to the jvm side ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Existing tests were failing on a different Python version and pass after ``` Run completed in 1 minute, 13 seconds. Total number of tests run: 8 Suites: completed 1, aborted 0 Tests: succeeded 8, failed 0, canceled 0, ignored 0, pending 0 All tests passed. ``` ### 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org