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
after upgrading to today’s dev version from github, some of my merges stopped working correctly. Took me some time to track down, it seems to be connected to fread and using two keys. With previous dev versions of 1.9.5 it worked, so I think it is connected to 14e39e4 or 44b1e00.
Great report! Thanks. The fread() case was a red-herring (as your initial data.table has a2 as a numeric type, whereas freading it returns an integer type). The actual problem was in .shallow() (internal function) that was retaining keys when it shouldn't.
The first case worked because of the numeric type (the key got lost during type conversion to int).
Hi,
after upgrading to today’s dev version from github, some of my
merge
s stopped working correctly. Took me some time to track down, it seems to be connected to fread and using two keys. With previous dev versions of 1.9.5 it worked, so I think it is connected to 14e39e4 or 44b1e00.Reproduce with:
This is my output:
Thanks!
Bela
The text was updated successfully, but these errors were encountered: