alamb edited a comment on issue #302: URL: https://github.com/apache/arrow-rs/issues/302#issuecomment-899808939
Thanks @novemberkilo -- basically I think this is a very common pattern when using Arrow to create arrays via the `collect` method: ```rust let arr : Int32Array = [Some(1), Some(2)].into_iter().collect(); ``` I am not sure if that is already documented -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
