HyukjinKwon opened a new pull request #34814:
URL: https://github.com/apache/spark/pull/34814


   ### What changes were proposed in this pull request?
   
   This PR upgrades Py4J from 0.10.9.2 to 0.10.9.3 which contains the bug fix 
(https://github.com/bartdag/py4j/pull/440) that directly affected us.
   
   For example, once you cancel a cell in Jupyter, all following cells simply 
fail. This PR fixes the bug by upgrading Py4J.
   
   ### Why are the changes needed?
   
   To fix a regression in Spark 3.2.0 in notebooks like Jupyter.
   
   ### Does this PR introduce _any_ user-facing change?
   
   Fixes a regression described in SPARK-37004
   
   ### How was this patch tested?
   
   Manually tested the fix when I land https://github.com/bartdag/py4j/pull/440 
to Py4J.


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