-
Notifications
You must be signed in to change notification settings - Fork 816
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
Doctests for FixedSizeBinaryArray #378
Conversation
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
// @alamb |
Codecov Report
@@ Coverage Diff @@
## master #378 +/- ##
=======================================
Coverage 82.60% 82.60%
=======================================
Files 162 162
Lines 44199 44214 +15
=======================================
+ Hits 36509 36525 +16
+ Misses 7690 7689 -1
Continue to review full report at Codecov.
|
The windows failure is unrelated to this PR |
* Doctests for BooleanArray. * Update arrow/src/array/array_boolean.rs Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org> * Doctests for FixedSizeBinaryArray. * Fix formatting. Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
* Doctests for BooleanArray. * Update arrow/src/array/array_boolean.rs Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org> * Doctests for FixedSizeBinaryArray. * Fix formatting. Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org> Co-authored-by: Navin <navin@cogent.co>
Which issue does this PR close?
re #301
Rationale for this change
Additional test coverage and documentation
Are there any user-facing changes?
No