Skip to content

Conversation

@alamb
Copy link
Contributor

@alamb alamb commented Aug 13, 2025

Which issue does this PR close?

Rationale for this change

Several changes have allowed more queries to run (that were previously erroring) so the test output needed to be updated. @Jefffrey @findepi @Omega359 and I have reviewed the tests updates, see apache/datafusion-testing#10

What changes are included in this PR?

Note I did not add a

Are these changes tested?

I tested manually with this test

INCLUDE_SQLITE=true cargo test --profile release-nonlto --test sqllogictests

It was successful

    Finished `release-nonlto` profile [optimized] target(s) in 1m 48s
     Running bin/sqllogictests.rs (target/release-nonlto/deps/sqllogictests-a9585b1f5167b5e7)
Completed 941 test files in 6 minutes                                                                                                                                                        (venv) andrewlamb@Andrews-MacBook-Pro-3:~/Software/datafusion$ top
(venv) andrewlamb@Andrews-MacBook-Pro-3:~/Software/datafusion$

Are there any user-facing changes?

Note I did not add a note in the upgrading guide, per the discussion on apache/datafusion-testing#10 (comment).

@alamb alamb added the development-process Related to development process of DataFusion label Aug 13, 2025
Copy link
Contributor

@Jefffrey Jefffrey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Jefffrey Jefffrey merged commit c2714db into apache:main Aug 13, 2025
29 checks passed
@alamb
Copy link
Contributor Author

alamb commented Aug 13, 2025

Thank you @Jefffrey 🙏

@alamb alamb deleted the alamb/fix_extended_tests2 branch August 13, 2025 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

development-process Related to development process of DataFusion

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Extended tests are failing on main

2 participants