You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wrap and re-throw Await.result exceptions in order to capture full stacktrace
Exceptions thrown from Scala's `Await.result` don't include the waiting thread's stacktrace, making it hard to figure out where errors occur. Similar to the fix implemented in Spark in apache/spark#12433, this patch modifies our `Await.result` usages to wrap and rethrow exceptions to capture the calling thread's stack.
Author: Josh Rosen <joshrosen@databricks.com>
Closes#299 from JoshRosen/better-error-reporting.
0 commit comments