sunchao commented on issue #104: URL: https://github.com/apache/arrow-datafusion-comet/issues/104#issuecomment-1963057489
I think we looked into this before. The problem is a large part of the errors are originated from Arrow or DF. @comphead has worked on this in DF, see https://github.com/apache/arrow-datafusion/issues/7360. > I remember we intentionally trim stack trace to reduce binary size. Yes we did that for release profiles, see https://github.com/apache/arrow-datafusion-comet/blob/main/core/Cargo.toml#L96. For debug profiles, the backtrace should still contain full information including the file names and line numbers. -- 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]
