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

sql: apply join related issues #40649

Closed
10 of 11 tasks
yuzefovich opened this issue Sep 10, 2019 · 2 comments
Closed
10 of 11 tasks

sql: apply join related issues #40649

yuzefovich opened this issue Sep 10, 2019 · 2 comments
Labels
C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. meta-issue Contains a list of several other issues. T-sql-queries SQL Queries Team

Comments

@yuzefovich
Copy link
Member

yuzefovich commented Sep 10, 2019

SQLSmith has found multiple panics and errors related to apply joins. At the moment, we think of fixing those as having a lower priority than other bugs because apply join is used rarely and the cases when there is a problem is a subset of that "rarity," so it seems that the probability of someone hitting these issues is quite low. Nonetheless, eventually we definitely need to fix these problems, and this issue will be tracking all of them.

The first thing to fix is the problem that Becca found while debugging one of the issue (#39438 (comment)). (this was addressed by 096265d)

And here is the list of the issues:

Seems to be an optimizer bug:

Jira issue: CRDB-5529

@yuzefovich yuzefovich added C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. meta-issue Contains a list of several other issues. labels Sep 10, 2019
@yuzefovich yuzefovich self-assigned this Sep 10, 2019
@yuzefovich yuzefovich removed their assignment Mar 14, 2020
@jlinder jlinder added the T-sql-queries SQL Queries Team label Jun 16, 2021
@github-actions
Copy link

We have marked this issue as stale because it has been inactive for
18 months. If this issue is still relevant, removing the stale label
or adding a comment will keep it active. Otherwise, we'll close it in
10 days to keep the issue queue tidy. Thank you for your contribution
to CockroachDB!

@yuzefovich
Copy link
Member Author

Since only #66447 is left, closing this meta issue and #66447 will be tracked separately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. meta-issue Contains a list of several other issues. T-sql-queries SQL Queries Team
Development

No branches or pull requests

2 participants