We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
non-equi joins work as expected when x is 0-row dt. Fixes #1986.
51d3c26
non-equi joins work as expected when x is 0-row dt. Fixes #1986. (#2460)
8a74b13
segfault or long running of new test 1846 fixed, #1986 #2460
bf3eb5d
No branches or pull requests
The text was updated successfully, but these errors were encountered: