You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting. Reproducible on 1.9.7. The actual warning:
In setkeyv(x, cols, verbose = verbose, physical = physical) :
Already keyed by this key but had invalid row order, key rebuilt. If you didn't go under the hood please let datatable-help know so the root cause can be fixed.
Looks like key is not removed during join, it should be removed. Optionally results could have key set on j column, as the key of B.
MWE:
res
has keyi
but is unordered:Setting the key manually (
setkeyv(res, "i")
) yields a warning.Session info:
The text was updated successfully, but these errors were encountered: