-
Notifications
You must be signed in to change notification settings - Fork 990
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
rbindlist segfault for fill=TRUE and usenames=FALSE #5468
Conversation
News is not needed as this was in dev only |
I changed the behavior of test 2003.5 introduced in #5263 since for me it seems more natural if the This is no breaking change since |
Codecov Report
@@ Coverage Diff @@
## master #5468 +/- ##
=======================================
Coverage 99.51% 99.51%
=======================================
Files 78 80 +2
Lines 14756 14772 +16
=======================================
+ Hits 14684 14700 +16
Misses 72 72
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
I think the names of columns in such case shoybe based on the order of occurrence. Unit test for that is pretty simple, doesn't cover for example case of 3 tables. But the results of the current test looks good (names are based on the order of occurrence of columns), better than before. |
now that there's new behavior, I think that does warrant a NEWS edit (either adding to the existing item or getting its own) |
Closes #5444