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

non-equi join errors when table on the outside is empty.. #1986

Closed
arunsrinivasan opened this issue Jan 11, 2017 · 0 comments
Closed

non-equi join errors when table on the outside is empty.. #1986

arunsrinivasan opened this issue Jan 11, 2017 · 0 comments
Labels
bug non-equi joins rolling, overlapping, non-equi joins
Milestone

Comments

@arunsrinivasan
Copy link
Member

require(data.table) # current devel, commit 2715
x <- data.table(a=1L, b=2L)
y <- x[0L]

y[x, on=.(a>a, b<b)]
# Error in bmerge(i, x, leftcols, rightcols, io, xo, roll, rollends, nomatch,  : 
#   Intrnal error: nqmaxgrpArg is not a positive length-1 integer vector
# In addition: Warning message:
# In max(nqgrp) : no non-missing arguments to max; returning -Inf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug non-equi joins rolling, overlapping, non-equi joins
Projects
None yet
Development

No branches or pull requests

2 participants