-
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
FULL OUTER JOIN
and LIMIT
produces wrong results
#14335
Comments
I think @zhuqi-lucas found the issue. This line is almost certainly wrong:
|
I wrote some tests for this here: |
I don't think this is a regression (it has been like this for while) It seems to have been introduced in |
I also filed this ticket to track making it easier to test for this kind of thing |
take |
Thank you @alamb! I want to take this task, and for the first step, i think we should disable full outer join push down limit. For further improvement, we can investigate if we have some cases which we can support push down limit for full outer join. |
Submitted a PR for review! |
Describe the bug
LIMIT
s are incorrectly pushed throughFULL OUTER
JoinsTo Reproduce
Expected behavior
Any two rows from
There should be no nulls introduced
Additional context
Found while working with @zhuqi-lucas on:
The text was updated successfully, but these errors were encountered: