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


   ### What changes were proposed in this pull request?
   
   This PR proposes to fix wordings in the Python UDF exception error message 
from:
   
   From:
   
   An exception was thrown from Python worker in the executor. The below is the 
Python worker stacktrace.
   
   To:
   
   An exception was thrown from the Python worker. Please see the stack trace 
below.
   
   It removes "executor" because Python worker is technically a separate 
process, and remove the duplicated wording "Python worker" .
   
   ### Why are the changes needed?
   
   To give users better exception messages.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No, it's in unreleased branches only. If RC3 passes, yes, it will change the 
exception message.
   
   ### How was this patch tested?
   
   Manually tested.


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

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