juliuszsompolski commented on PR #48882: URL: https://github.com/apache/spark/pull/48882#issuecomment-2511053612
Hmm, the exception looks like expected to me (one exception of the callsite that retrieved the Try, and one suppressed that shows the stacktrace of when the Try was originally calculated - in this case the same, because the Try is retrieved directly after calculation, but there can be situations when the Try is retrieved later, and having the original stacktrace is needed for debugging). But, for some reason, the whole exception is printed three times. -- 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]
