You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "comphead (via GitHub)" <gi...@apache.org> on 2023/02/14 19:06:25 UTC

[GitHub] [arrow-datafusion] comphead commented on issue #5283: Add Backtraces to DataFusionError

comphead commented on issue #5283:
URL: https://github.com/apache/arrow-datafusion/issues/5283#issuecomment-1430243132

   This is great and really needed. I was struggling several times to navigate to the rootcause from DF to arrow-rs. I believe doing the same from Ballista is even more complicated. 
   
   Btw we can try add a function name to the caller like https://stackoverflow.com/a/40234666/11285252
   whats happening now is rethrow the `DataFusionError` multiple times so the error origin get lost completely
   
   Similar behaviuor can be found https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=c876fabb792c97ff973ce193831a98de


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org