BryanCutler commented on pull request #28661: URL: https://github.com/apache/spark/pull/28661#issuecomment-636122642
I personally like seeing the full ugly jvm stacktraces, but I totally get why a Python user wouldn't want to see all that. I had a thought for a slightly different approach, what if `CapturedException` defined a `_repr_html_` that shows a simple, easy to read Python message for notebook users that would most likely be from a python background. Then `__repr__` could show the entire output? ---------------------------------------------------------------- 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]
