-
Notifications
You must be signed in to change notification settings - Fork 992
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
:= changes address of a data table #1729
Comments
Are you aware of FAQ: 5.3 Reading |
Thanks, I was not aware of |
That FAQ item indeed explains why the copy happens and why I don't see the change outside of a function call. I guess this issue then boils down to the missing warning. |
Seems like the warning message was removed a long time ago.. but it needs to be there. |
Has output:
has output
|
I have narrowed down this to a specific dataset which I attach. It happens only when loaded from rds. If I read same data with
fread
the problem does not occur.I am disguising rds file with txt extension in order to be able to upload it to github.
I see consistent change of address on every trial:
Any ideas of how to get around this without a copy?
tt.txt
The text was updated successfully, but these errors were encountered: