westonpace opened a new pull request, #7247: URL: https://github.com/apache/arrow-rs/pull/7247
# Which issue does this PR close? Closes #7246. # Rationale for this change See PR # What changes are included in this PR? * `StructArray::try_new` will now return an error if there are no arrays provided * `StructArray::new` will panic if there are no arrays provided * `StructArray::from(vec![])` will panic # Are there any user-facing changes? BREAKING CHANGE: StructArray::try_new will now return an error if no child arrays are provided. -- 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