phillipleblanc opened a new pull request, #7436: URL: https://github.com/apache/arrow-rs/pull/7436
# Which issue does this PR close? - Closes #7435 # Rationale for this change Fixes the validation logic in StructArray::try_new to not error if there aren't any unmasked nulls, but `a.logical_nulls()` returns Some # What changes are included in this PR? A single line change to check for `null_count()` on the `NullBuffer` before comparing against the parent nulls. # Are there any user-facing changes? No -- 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