Uh oh!
There was an error while loading. Please reload this page.
ARROW-11420: [Rust] Added support to length of Binary and List. - #9353
ARROW-11420: [Rust] Added support to length of Binary and List.#9353jorgecarleitao wants to merge 3 commits into
Conversation
unsafe.codecov-io
commented
Jan 28, 2021
Codecov Report
@@ Coverage Diff @@## master #9353 +/- ##
==========================================
- Coverage 81.97% 81.95% -0.03%
==========================================
Files 216 216 Lines 53227 53270 +43 ==========================================
+ Hits 43633 43657 +24 - Misses 9594 9613 +19
Continue to review full report at Codecov.
|
alamb
left a comment
There was a problem hiding this comment.
looks really nice @jorgecarleitao 👍
alamb
commented
Feb 12, 2021
@jorgecarleitao -- this one needs a rebase and then I think it is ready to go |
alamb
left a comment
There was a problem hiding this comment.
I went through this again. I think it is good -- is there anything else you want to add @jorgecarleitao (tests? ) or shall we merge it?
alamb
commented
Feb 21, 2021
@jorgecarleitao I think this one is ready to go -- it just needs a rebase and then merge |
alamb
commented
Apr 19, 2021
The Apache Arrow Rust community is moving the Rust implementation into its own dedicated github repositories arrow-rs and arrow-datafusion. It is likely we will not merge this PR into this repository Please see the mailing-list thread for more details We expect the process to take a few days and will follow up with a migration plan for the in-flight PRs. |
This adds
[Large]Binaryand[Large]Listsupport to length.Also removes unneeded
unsafeenabled by the recent PR #9215.