-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
sql: enable joins in bigtest #12035
Comments
Suggested by @petermattis: go through the bigtest joins and collect those that work, and otherwise update the TODO in TestLogic. |
@asubiotto In your team notes re enabling bigtest with distsql, did we address this issue? If so, we can close. Otherwise, no action needed! Thanks. |
No, this is about enabling more stuff inside bigtest (for both regular and distsql). |
I recently investigated adding some more of these, and we're pretty close. The main incompatibility seems to be our lack of support for integer division via |
Thanks both of you! In that case, I'm going to assign to you for now, @jordanlewis. |
There's too many in-the-weeds issues blocking this task to leave it a 1.0 priority. I'm still working on it but I don't want it to block other stuff before the release. |
These tests only test |
all right, but please then first update the TODO(s) to inform the reader of your conclusions. |
I've already updated the TODOs after my latest PR. |
In light of #12033, it seems that we have gaps in our logic testing of joins.
We should enable joins in the bigtest:
cockroach/pkg/sql/logic_test.go
Line 1076 in 74032f1
The text was updated successfully, but these errors were encountered: