Yicong-Huang commented on PR #54318: URL: https://github.com/apache/spark/pull/54318#issuecomment-3900047878
During refactoring I found UDTFs are having customized errors wrapping around the original arrow exception. I hope to move those logic outside of the conversion code as the conversion utility function will intend to be used by other eval types as well. Is it possible to catch and raise those UDTF specific errors inside worker.py (i.e., in wrapper or mapper of UDTFs)? -- 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]
