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

inner join now available with nomatch=NULL also, towards #857 #3095

Merged
merged 3 commits into from
Oct 6, 2018

Conversation

jangorecki
Copy link
Member

As discussed off-gh I am suggesting to add support for nomatch=NULL already in current dev version. This PR does not include any new logic, just maps NULL to nomatch=0L. What it gives is future-proof API for inner join. We don't have any date for deprecating nomatch=0L. Assuming it will happen at all, it will require few major release cycles. Related to #857.

@codecov
Copy link

codecov bot commented Oct 4, 2018

Codecov Report

Merging #3095 into master will increase coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3095      +/-   ##
==========================================
+ Coverage    90.9%   90.92%   +0.02%     
==========================================
  Files          61       61              
  Lines       11816    11817       +1     
==========================================
+ Hits        10741    10745       +4     
+ Misses       1075     1072       -3
Impacted Files Coverage Δ
R/data.table.R 91.94% <100%> (+0.16%) ⬆️
R/setops.R 84.07% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ccb6c7c...843742f. Read the comment docs.

@mattdowle mattdowle merged commit a6ac844 into master Oct 6, 2018
@mattdowle mattdowle deleted the nomatch-null branch October 6, 2018 03:20
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.

2 participants