MohamedAbdeen21 commented on PR #11453: URL: https://github.com/apache/datafusion/pull/11453#issuecomment-2227339213
@alamb (don't know who else to ask for help) I have no idea how to fix the CLI tests. The issue seems to stem from sqllogictests + backtrace feature. minimal reproducing command: `RUST_BACKTRACE=1 cargo test --features backtrace --tests` Adding the `--release` flag seems to solve the issue. Skipping sqllogictests also doesn't raise an issue. Does SQLParser 0.48 have some massive struct on the stack that needs to be boxed? Why does it pass if backtrace feature isn't enabled or when sqllogictests are skipped? -- 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...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org