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
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
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
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=
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
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