bjchambers commented on issue #1657: URL: https://github.com/apache/arrow-rs/issues/1657#issuecomment-1119771466
I think the issue with just creating it of length `0` is that if you then go to put that into a record batch or enclosing struct array of a given length you'll have problems because the lengths don't line up. So, it seems like general idea of having a constructor from an explicit length makes sense, and then the various `from` methods can use that. -- 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