liamzwbao opened a new issue, #9646: URL: https://github.com/apache/arrow-rs/issues/9646
This now does full validation for LIstViewArray I think -- which is more expensive than the previous creation via data.build_unchecked() I can see two alternatives: 1. Add a `unsafe GenericListViewArray::new_unchecked` methods 2. Leave this code as is and create an ArrayRef directly from the ArrayData I would selfishly suggest 2 (and then a follow on PR to add `unsafe GenericListViewArray::new_unchecked` / rework this code) to make reviewing this one eaiser on my _Originally posted by @alamb in https://github.com/apache/arrow-rs/pull/9497#discussion_r3017777210_ -- 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]
