scovich opened a new pull request, #8141: URL: https://github.com/apache/arrow-rs/pull/8141
# Which issue does this PR close? We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. - Closes #NNN. # Rationale for this change When working with shredded variants, we need the ability to copy nested object fields and array elements of one variant to a destination. This is a physical copy that relies on the fact that the new variant being built uses the same metadata dictionary as the source variant it is derived from. # What changes are included in this PR? Add new methods: `VariantBuilder::append_value_bytes`, `ObjectBuilder::insert_bytes` and `ListBuilder::append_value_bytes`. # Are these changes tested? Not yet! # Are there any user-facing changes? The new methods are public. -- 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