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
Note that when dt[3, b] == "A1", the output with and without copy differs, which I don't understand at all. When dt[3, b] == "C", the behaviour is as expected.
The text was updated successfully, but these errors were encountered:
the issue was solved by following line: is.null(attr(x, '.data.table.locked'))) { # fix for #958, don't create auto index on '.SD'.
isn't it unsafe to use attr(..., exact=FALSE)?
I know it is unlikely but such error caused by some approximation of names can be hard to debug if the errors occurs.
I've stumbled upon a really weird behaviour with
1.9.4
. The minimal example isNote that when
dt[3, b] == "A1"
, the output with and withoutcopy
differs, which I don't understand at all. Whendt[3, b] == "C"
, the behaviour is as expected.The text was updated successfully, but these errors were encountered: