Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: run sqllogictest with complete #14254

Merged
merged 5 commits into from
Jan 27, 2025

Conversation

logan-keede
Copy link
Contributor

Which issue does this PR close?

Closes at least a part of #12752

Rationale for this change

Error completing "join.slt" seems to be stemming fro the fact that datafusion/sqllogictest/test_files/join_disable_repartition_joins.slt seems to be including it but it is not a part file so it fails to do so.

What changes are included in this PR?

rename join.slt to join.slt.part

Are these changes tested?

ran cargo test --test sqllogictests -- --complete with 3 error instead of 4.

Are there any user-facing changes?

no

@github-actions github-actions bot added the sqllogictest SQL Logic Tests (.slt) label Jan 23, 2025
@Omega359
Copy link
Contributor

I don't think this is the correct solution, at least without adding another 'parent' slt that just includes join.slt.part.

@logan-keede
Copy link
Contributor Author

I don't think this is the correct solution, at least without adding another 'parent' slt that just includes join.slt.part.

that will put join.slt in the same parallel state(as mentioned in #12752) and cause complication, so I will try to fix that first.

@logan-keede
Copy link
Contributor Author

cc @Omega359

PS: forgot to add changes to postgres 😞
but no failure 😀
image

@Omega359
Copy link
Contributor

I'll do my best to find time today to review this

@logan-keede
Copy link
Contributor Author

@Omega359 with risinglightdb/sqllogictest-rs#249 , I think we can merge this PR to completely resolve #12752

@Omega359
Copy link
Contributor

LGTM @logan-keede - thanks for following this through to completion!

Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Thank you @logan-keede and @Omega359

I also made a change to join.slt and ran this locally and it worked great 🎉

@alamb alamb merged commit c1ca005 into apache:main Jan 27, 2025
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sqllogictest SQL Logic Tests (.slt)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants