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

SortMergeJoinOperation may omit final rows in outer joins #13

Closed
ggeurts opened this issue Dec 2, 2013 · 1 comment
Closed

SortMergeJoinOperation may omit final rows in outer joins #13

ggeurts opened this issue Dec 2, 2013 · 1 comment

Comments

@ggeurts
Copy link

ggeurts commented Dec 2, 2013

When left branch runs out of rows and right branch has N rows left (with N > 1), N-1 rows are dropped when using right or full joins. Similarly, when right branch runs out of rows and left branch has N rows left (with N > 1), N-1 rows are dropped when using left or full joins.

@ggeurts
Copy link
Author

ggeurts commented Dec 12, 2013

Superseded by issue #14.

@ggeurts ggeurts closed this as completed Dec 12, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant