-
Notifications
You must be signed in to change notification settings - Fork 810
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
Add doctest for ArrayBuilder #367
Conversation
Codecov Report
@@ Coverage Diff @@
## master #367 +/- ##
==========================================
+ Coverage 82.56% 82.60% +0.04%
==========================================
Files 162 162
Lines 44063 44175 +112
==========================================
+ Hits 36379 36490 +111
- Misses 7684 7685 +1
Continue to review full report at Codecov.
|
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.
Thank you @alippai 👍
/// .downcast_ref::<StringArray>() | ||
/// .unwrap() | ||
/// .value(0), | ||
/// "🍎" |
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.
👌
The MIRI failure is unrelated to the content of this PR (we disabled it until we can figure out why it is failing intermittently) |
Which issue does this PR close?
Closes #366.
Rationale for this change
Increasing the docs coverage.
What changes are included in this PR?
A doctest for creating a
Vec
ofArrayBuilder
s in order to get aVec
ofArrayRef
sAre there any user-facing changes?
No. Docs added. It's a non-breaking change.