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

Cryptic error message in join when y is NULL #6798

Closed
DanChaltiel opened this issue Mar 21, 2023 · 0 comments · Fixed by #6800
Closed

Cryptic error message in join when y is NULL #6798

DanChaltiel opened this issue Mar 21, 2023 · 0 comments · Fixed by #6800

Comments

@DanChaltiel
Copy link
Contributor

Hi,

This error message is not very informative:

dplyr::left_join(iris, NULL, by=Species)
#> Error in `auto_copy()`:
#> ! `x` and `y` must share the same src.
#> i set `copy` = TRUE (may be slow).
#> Backtrace:
#>     x
#>  1. +-dplyr::left_join(iris, NULL, by = Species)
#>  2. \-dplyr:::left_join.data.frame(iris, NULL, by = Species)
#>  3.   \-dplyr::auto_copy(x, y, copy = copy)
#>  4.     \-rlang::abort(bullets)

Created on 2023-03-21 with reprex v2.0.2

Wouldn't it be better to simply tell us the second dataframe was unexpectedly NULL?

Experienced with dplyr v1.1.0, sorry I cannot test with the dev version right now.

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 a pull request may close this issue.

1 participant