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 leftOuterJoin on multiple tables #905

Merged
merged 1 commit into from
Apr 27, 2021

Conversation

Carl-Rabbit
Copy link
Contributor

@Carl-Rabbit Carl-Rabbit commented Apr 25, 2021

Thanks for contributing.

Description

Fix bug of leftOuter join when using multi-tables. Fixes #807

Testing

Add 3 test tables to DataFrameJoinerTest.
Add 1 test leftJoinStoreWithMultiTables for left outer join with multi-tables.
Fix the incurrect test leftOuterJoinWithDoubles4.

@benmccann benmccann changed the title Fix issue #807 Fix leftOuterJoin on multiple tables Apr 27, 2021
@benmccann benmccann merged commit 875c18c into jtablesaw:master Apr 27, 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.

leftOuter join will only join to the last table included in the list
2 participants