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

Reply via email to