BryanCutler edited a comment on issue #24677: [SPARK-27805][PYTHON] Propagate SparkExceptions during toPandas with arrow enabled URL: https://github.com/apache/spark/pull/24677#issuecomment-497156929 >this sounds important... Yeah @felixcheung , it could be a nasty problem. I think the logs will show the job had an error, but the application python script would continue to run with partial results.. Let me verify this in branch-2.4. What are your thoughts on possibly backporting a fix? After checking it out with branch-2.4, it is possible to get partial results in Python, but the JVM error is shown and is pretty obvious. It's unfortunate the this wasn't caught earlier, but I don't think it's worth the risk to backport right now.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
