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

all.equal ignore row order improperly handle NAs #4422

Closed
jangorecki opened this issue May 4, 2020 · 0 comments · Fixed by #4423
Closed

all.equal ignore row order improperly handle NAs #4422

jangorecki opened this issue May 4, 2020 · 0 comments · Fixed by #4423
Assignees
Labels
Milestone

Comments

@jangorecki
Copy link
Member

d1 = data.table(a=1:2, b=c(1L,NA))
d2 = data.table(a=1:2, b=1:2)
all.equal(d1, d2, ignore.row.order=TRUE)
#[1] TRUE
@jangorecki jangorecki added the bug label May 4, 2020
@jangorecki jangorecki added this to the 1.12.9 milestone May 4, 2020
jangorecki added a commit that referenced this issue May 4, 2020
@jangorecki jangorecki self-assigned this May 4, 2020
@jangorecki jangorecki modified the milestones: 1.12.11, 1.12.9 May 27, 2020
@mattdowle mattdowle modified the milestones: 1.12.11, 1.12.9 Jun 2, 2020
mattdowle pushed a commit that referenced this issue Jun 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants