alamb opened a new pull request, #7029: URL: https://github.com/apache/arrow-rs/pull/7029
- Draft as it builds on https://github.com/apache/arrow-rs/pull/7028 # Which issue does this PR close? - follow on to https://github.com/apache/arrow-rs/pull/7028 - part of https://github.com/apache/arrow-rs/issues/3287 Closes #. # Rationale for this change Continue moving the arrow-ipc deoder functionality into a `struct` so that flags may be passed down # What changes are included in this PR? 1. Move `create_primitive_array` into `RecordBatchReader` 2. Move `create_list_array` into `RecordBatchReader` 2. Move `create_dictionay_array` into `RecordBatchReader` # Are there any user-facing changes? No, this is entirely internal reorganizaton <!-- If there are user-facing changes then we may require documentation to be updated before approving the PR. --> <!--- If there are any breaking changes to public APIs, please call them out. --> -- 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