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

backport-2.1: distsqlrun: fix lookup join with limit #30836

Merged
merged 1 commit into from
Oct 1, 2018

Conversation

jordanlewis
Copy link
Member

Backport 1/1 commits from #30819.

/cc @cockroachdb/release


Previously, lookup join used its processRowHelper in an inappropriate
place (not directly before returning a row) which caused the final rows
in a limit query to get omitted in certain cases. Correct this problem.

Fixes #30812.

Release note (bug fix): lookup joins no longer omit rows in certain
circumstances during limit queries.

Previously, lookup join used its processRowHelper in an inappropriate
place (not directly before returning a row) which caused the final rows
in a limit query to get omitted in certain cases. Correct this problem.

Release note (bug fix): lookup joins no longer omit rows in certain
circumstances during limit queries.
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Contributor

@solongordon solongordon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewable status: :shipit: complete! 0 of 0 LGTMs obtained (and 1 stale)

@jordanlewis jordanlewis merged commit 50791ca into cockroachdb:release-2.1 Oct 1, 2018
@jordanlewis jordanlewis deleted the backport2.1-30819 branch October 1, 2018 19:27
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

Successfully merging this pull request may close these issues.

None yet

3 participants