-
Notifications
You must be signed in to change notification settings - Fork 991
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
setkey works on tables with complex columns #3688
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3688 +/- ##
=========================================
+ Coverage 98.29% 98.3% +0.01%
=========================================
Files 69 69
Lines 13285 13267 -18
=========================================
- Hits 13058 13042 -16
+ Misses 227 225 -2
Continue to review full report at Codecov.
|
raw columns continue to fail:
Should we try and add that to this PR as well? Ditto
(not sure how If not, then we can at least use these for codecov of the 4/8/16 error |
Trying to do coverage and came across this function: I don't see it used anywhere and it's not exported... shall we delete it? Otherwise we should file an issue to have it exported.
|
Have merged what's done here into #3701 because the |
reopening to help reduce the size&complexity of #3701 |
Closes #1444
Closes #3704