tustvold commented on issue #1657: URL: https://github.com/apache/arrow-rs/issues/1657#issuecomment-1119750878
I think you could get away with a simpler signature, such as ``` StructArray::new_with_len(fields: Vec<(Field, ArrayRef)>, len: usize) -> Self ``` But yes that makes sense to me, I hadn't thought of the null use-case -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org