-
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
Port sql tests written in Rust to sqllogictests #4495
Comments
@xudong963, @alamb - as a follow up should we also remove the ported test from the |
Yes, I think it's nice to remove! |
I agree. Thank you I also suspect that as we try to port more we will find other gaps (e.g. the lack of support for INSERT and normalization), and I hope to use those gaps as a way to drive adding new features to the sqllogic framework (either in DataFusion or contributing back upstream) |
BTW I plan to port more of the tests in |
I migrated
It seems that the fact that this test passes now in ci, and had passed before when it was in the @jackwener wasn't this lucky with his union tests, and they eventually failed in the master branch #5095. I'd like to introduce some determinism to the decimal tests, and probably some other tests that don't have explicit ordering. My question is what is the best way to do this? I see that Datafusion uses both Are there any guidelines for using or not using |
I think both are ok, you can even use |
@melgenek -- thank you raising this question; The use of I think in most cases, adding |
since this has had so many PRs attached to it, I am opening #6195 to track the final push. Thank you again to everyone who helped with this ticket |
Describe the solution you'd like
Port tests from datafusion/core/tests/sql to sqllogictests
The text was updated successfully, but these errors were encountered: