Skip to content

na_matches = "never" doesn't work if matching columns contain only NAs #6804

@moodymudskipper

Description

@moodymudskipper
dplyr::inner_join(data.frame(a=NA), data.frame(a=NA), by = "a", na_matches = "never")
#> Error in `dplyr::inner_join()`:
#> ! Can't convert `out[merge]$a` <logical> to match type of `a` <vctrs_unspecified>.

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions