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

feat(spanner/spannertest): implement RIGHT JOIN #3042

Merged
merged 1 commit into from
Oct 17, 2020
Merged

feat(spanner/spannertest): implement RIGHT JOIN #3042

merged 1 commit into from
Oct 17, 2020

Conversation

dsymonds
Copy link
Contributor

Restructure and make a unified JOIN implementation.

FULL JOIN is still not supported, but all other variations of joins now
work.

Restructure and make a unified JOIN implementation.

FULL JOIN is still not supported, but all other variations of joins now
work.
@dsymonds dsymonds added the api: spanner Issues related to the Spanner API. label Oct 17, 2020
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Oct 17, 2020
return true, nil
}
ji.zero = func(primary row) {
populate(primary, nil)
}
return nil
}

type joinIter struct {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I suggest starting to review from the changes to the joinIter struct; the rest should hopefully flow directly from that.

Copy link
Contributor

@olavloite olavloite left a comment

Choose a reason for hiding this comment

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

This looks really good.

@dsymonds dsymonds merged commit e58a55d into googleapis:master Oct 17, 2020
@dsymonds dsymonds deleted the spannertest-join-the-joins branch October 17, 2020 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the Spanner API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants