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: pass join_nulls and validate to the lazy method for $join() #949

Merged
merged 8 commits into from
Mar 21, 2024

Conversation

george-wood
Copy link
Contributor

@george-wood george-wood commented Mar 19, 2024

Fix #945.

@george-wood george-wood changed the title fix: pass join_nulls and validate to the lazy method for $join()$ fix: pass join_nulls and validate to the lazy method for $join() Mar 19, 2024
Copy link
Collaborator

@etiennebacher etiennebacher left a comment

Choose a reason for hiding this comment

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

Thanks @george-wood, that looks good to me. Can you also add tests for the arg
validate for DataFrame?

I think the CI failure is unrelated

R/dataframe__frame.R Outdated Show resolved Hide resolved
Copy link
Collaborator

@eitsupi eitsupi left a comment

Choose a reason for hiding this comment

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

Could you resolve conflicts of the NEWS file?

Copy link
Collaborator

@eitsupi eitsupi left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for the contribution!

NEWS.md Outdated Show resolved Hide resolved
Co-authored-by: eitsupi <50911393+eitsupi@users.noreply.github.com>
@george-wood
Copy link
Contributor Author

LGTM, thanks for the contribution!

Thanks for reviewing!

@etiennebacher etiennebacher merged commit 137bff7 into pola-rs:main Mar 21, 2024
19 checks passed
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.

$join() with join_nulls = TRUE doesn't produce expected result with DataFrames
3 participants