Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #5570 +/- ##
==========================================
- Coverage 97.46% 97.46% -0.01%
==========================================
Files 80 80
Lines 14822 14833 +11
==========================================
+ Hits 14447 14457 +10
- Misses 375 376 +1 ☔ View full report in Codecov by Sentry. |
|
Are data.table attributes retained or columns attributes as well? |
Currently, I also thought about binding the attributes from all inputs with For example |
|
I would prefer to spent more time on design of this feature to avoid breaking changes later on. I recall an issue asking for dropping all attributes as well, another one about attributes of spatial class data frames.
unless user rbind sorted partitions in sorted order, then |
Closes #5569
Ofc we could still discuss if we want to retain all attributes of all inputs. (won't work with keys)
Add options how to handle retainment, e.g.
retain.options:
exclude=c("key", "index)