Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
Context: https://github.com/apache/arrow/pull/8853#discussion_r542189448 suggestion by jorgecarleitao
Basically, the goal would be to remove
impl From<Vec<Option<Vec<u8>>>> for FixedSizeBinaryArray {
Which while mostly used in tests, panics in certain situations.
Goal would be to replace that implementation with a `FromIter` implementation which is more performance, more general, and has the same ergonomics (from(vec![].into_iter()) instead of from(vec![...]) for a vector).
Attachments
Issue Links
- links to