-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Conversation
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. |
cc @Omega359 |
I'll do my best to find time today to review this |
@Omega359 with risinglightdb/sqllogictest-rs#249 , I think we can merge this PR to completely resolve #12752 |
LGTM @logan-keede - thanks for following this through to completion! |
There was a problem hiding this 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 🎉
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