join_nulls
has no effect when how="semi"
#15685
Labels
accepted
Ready for implementation
bug
Something isn't working
needs triage
Awaiting prioritization by a maintainer
python
Related to Python Polars
Checks
Reproducible example
Log output
Issue description
When doing a semi-join, rows in
df1
that don't have a match indf2
should be dropped. Ifjoin_nulls=False
, thennull
keys indf1
don't have a match and therefore their rows should be dropped. Currently,join_nulls
has no effect on the output of semi-joins.Expected behavior
Installed versions
The text was updated successfully, but these errors were encountered: