Uh oh!
There was an error while loading. Please reload this page.
ARROW-11216: [Rust] add doc example for StringDictionaryBuilder - #9169
ARROW-11216: [Rust] add doc example for StringDictionaryBuilder#9169alamb wants to merge 1 commit into
Conversation
codecov-io
commented
Jan 12, 2021
Codecov Report
@@ Coverage Diff @@## master #9169 +/- ##
=======================================
Coverage 81.55% 81.55% =======================================
Files 215 215 Lines 51600 51600 =======================================
Hits 42084 42084 Misses 9516 9516
Continue to review full report at Codecov.
|
jorgecarleitao
left a comment
There was a problem hiding this comment.
LGTM. Thanks a lot.
The API is not very pretty, imo. :(
We will need to find a way to generate that from an iterator or something ^_^
alamb
commented
Jan 17, 2021
I apologize for the delay in merging Rust PRs -- the 3.0 release is being finalized now and are planning to minimize entropy by postponing merging changes not critical for the release until the process was complete. I hope the process is complete in the next few days. There is more discussion in the mailing list |
I find myself trying to remember the exact incantation to create a `StringDictionaryBuilder` so I figured I would add it as a doc example Closes#9169 from alamb/alamb/doc-example Authored-by: Andrew Lamb <andrew@nerdnetworks.org> Signed-off-by: Jorge C. Leitao <jorgecarleitao@gmail.com>
I find myself trying to remember the exact incantation to create a
StringDictionaryBuilderso I figured I would add it as a doc example