Conversation
f5d5d03 to
3b3239c
Compare
Codecov Report
@@ Coverage Diff @@
## master #3768 +/- ##
==========================================
+ Coverage 99.41% 99.41% +<.01%
==========================================
Files 71 71
Lines 13197 13224 +27
==========================================
+ Hits 13120 13147 +27
Misses 77 77
Continue to review full report at Codecov.
|
|
Wasn't sure about the changes to |
jangorecki
left a comment
There was a problem hiding this comment.
so maybe we can try revert changes to data.table.R and see if it will still do what is needed?
…ause. Faster too by avoiding address() at R level which creates character strings for addresses and avoiding hash table of duplicated(); only noticeable for very many columns.
|
Great fix. I just followed up by creating |
| return ans; | ||
| } | ||
|
|
||
| void copySharedColumns(SEXP x) { |
|
OK. Would have to sit back down with this to figure which part exactly is needed to solve #2245... |
|
actually I think what makes sense is to remove the stuff in data.table.R to it's own PR. the issues are really separate now & deserve separate PRs |
|
I notice that I raised #2162 long time ago which is a similar but different case. I guess it's impossible to also address that at the moment? |
|
Thanks Kun. Your issue in fact looks the same and should be solved by this PR. |
Closes #3496
Closes #3766
See also: follow-up @ #3791