-
Notifications
You must be signed in to change notification settings - Fork 1k
[cbindlist/mergelist] Implement cbindlist #6435
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
Conversation
090a21b to
f1ee884
Compare
874e7af to
e4f3bc3
Compare
|
Generated via commit 94167f2 Download link for the artifact containing the test results: ↓ atime-results.zip
|
e4f3bc3 to
5e149be
Compare
|
Did you explore implementing this in R without needing any new C code? |
12003a3 to
7fb0f8e
Compare
MichaelChirico
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is ready to merge after one more set of eyes takes a pass. Possibly there could be some follow-ups we require before 1.18.0 is released, but this PR per se is ~GTG.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6435 +/- ##
==========================================
+ Coverage 98.50% 98.63% +0.13%
==========================================
Files 79 81 +2
Lines 14759 14830 +71
==========================================
+ Hits 14538 14628 +90
+ Misses 221 202 -19 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| expected = setDT(c(l$d1, l$d2, l$d3)) | ||
| test(11.03, ans, expected) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't this more about testing setDT than about testing cbindlist?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a mix of both, right? I'm not sure there's an easy way to avoid that...
|
Further refinements can be added in follow-ups, I think this is ready to go |


Towards #4370