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

Fix rightOuter joining on multiple tables. #922

Merged
merged 4 commits into from
May 2, 2021

Conversation

Carl-Rabbit
Copy link
Contributor

Thanks for contributing.

Description

Fix bug of multi-table rightOuter joining (issue #907). The solution is recomputing joinColumnIndexes after each iteration.

BTW, I checked fullOuter joining as well and added some tests on it. It works well so far.

Testing

Added 5 new tests and modified 1 incorrect test.

@benmccann benmccann merged commit a055a37 into jtablesaw:master May 2, 2021
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.

2 participants