Re: [PR] add filter to handle backtrace [datafusion]

2025-07-15 Thread via GitHub
blaginin commented on PR #16752: URL: https://github.com/apache/datafusion/pull/16752#issuecomment-3075203014 Thanks @geetanshjuneja 🙏 -- 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

Re: [PR] add filter to handle backtrace [datafusion]

2025-07-15 Thread via GitHub
blaginin merged PR #16752: URL: https://github.com/apache/datafusion/pull/16752 -- 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-unsubscr...@dataf

Re: [PR] add filter to handle backtrace [datafusion]

2025-07-15 Thread via GitHub
geetanshjuneja commented on PR #16752: URL: https://github.com/apache/datafusion/pull/16752#issuecomment-3072836434 ``` RUST_BACKTRACE=1 cargo test -p datafusion-cli --features backtrace ``` this should work now. -- This is an automated message from the Apache Git Service. To

Re: [PR] add filter to handle backtrace [datafusion]

2025-07-14 Thread via GitHub
blaginin commented on PR #16752: URL: https://github.com/apache/datafusion/pull/16752#issuecomment-3070715362 Thanks for working on this, @geetanshjuneja! I think a bit more work is needed as it's still failing right now: ``` ➜ datafusion git:(handle_backtrace) ✗ RUST_BACKTRACE=

Re: [PR] add filter to handle backtrace [datafusion]

2025-07-13 Thread via GitHub
geetanshjuneja commented on PR #16752: URL: https://github.com/apache/datafusion/pull/16752#issuecomment-3067828326 @blaginin I added the filter which removes the whole backtrace block. -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[PR] add filter to handle backtrace [datafusion]

2025-07-11 Thread via GitHub
geetanshjuneja opened a new pull request, #16752: URL: https://github.com/apache/datafusion/pull/16752 ## Which issue does this PR close? - Closes #16146. ## Rationale for this change To run datafusion-cli tests with backtrace=1 ## What changes are incl