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

improve handling of indicator in joins #2296

Merged
merged 3 commits into from
Jun 23, 2020

Conversation

bkamins
Copy link
Member

@bkamins bkamins commented Jun 18, 2020

This PR makes the code cleaner and makes the implementation follow the docstring.

@pdeffebach - this is the change I was talking about in the PR allowing strings as indicator.

@bkamins bkamins added backport bug non-breaking The proposed change is not breaking labels Jun 18, 2020
@bkamins bkamins added this to the 1.0 milestone Jun 18, 2020
@pdeffebach
Copy link
Contributor

I see, so we didn't need to worry about the uniqueness of the indicator column name until later. Moving the check down lower solved the problem. Thanks for this!

src/abstractdataframe/join.jl Outdated Show resolved Hide resolved
@bkamins bkamins merged commit 989703f into JuliaData:master Jun 23, 2020
@bkamins bkamins deleted the cleanup_join_implementation branch June 23, 2020 17:08
@bkamins
Copy link
Member Author

bkamins commented Jun 23, 2020

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport bug non-breaking The proposed change is not breaking
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants