Github user davies commented on a diff in the pull request:
https://github.com/apache/spark/pull/9283#discussion_r43226662
--- Diff: python/pyspark/sql/utils.py ---
@@ -36,10 +45,11 @@ def deco(*a, **kw):
return f(*a, **kw)
except py4j.protocol.Py4JJavaError as e:
s = e.java_exception.toString()
+ stackTrace = '\n'.join(map(lambda x: x.toString(),
e.java_exception.getStackTrace()))
--- End diff --
'\n\t at ', make it looks like a Java stacktrace
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]