alamb commented on code in PR #15145:
URL: https://github.com/apache/datafusion/pull/15145#discussion_r1989958471
##########
.github/workflows/extended.yml:
##########
@@ -124,7 +124,7 @@ jobs:
rust-version: stable
- name: Run sqllogictest
run: |
- cargo test --profile release-nonlto --test sqllogictests --
--include-sqlite
+ cargo test --features backtrace --profile release-nonlto --test
sqllogictests -- --include-sqlite
Review Comment:
This test isn't run on PRs (it gets run only on main).
Did you run this test locally to verify that the tests still pass?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]