rluvaton opened a new pull request, #8127: URL: https://github.com/apache/arrow-rs/pull/8127
# Which issue does this PR close? N/A # Rationale for this change The Arrow IPC format already contain the null count for each array, reusing it instead of calculating each time to improve performance # What changes are included in this PR? Update the `create_array` in `RecordBatchDecoder` to use the null count when creating `ArrayDataBuilder` # Are these changes tested? Existing tests # 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