jecsand838 opened a new issue, #9651: URL: https://github.com/apache/arrow-rs/issues/9651
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Improve the boundary between the `arrow-avro` codec and decoder by ensuring planning logic related to the skipper is handled in `codec.rs` and not during decoder construction or parsing. **Describe the solution you'd like** I'd recommend pushing the writer-wire planning fully into `codec.rs`, instead of carrying full `AvroDataType`s down into `record.rs` and having `Skipper::from_avro` reconstruct the skip tree there. However this can always be done in a follow-up as well. _Originally posted by @jecsand838 in https://github.com/apache/arrow-rs/issues/9605#issuecomment-4172638199_ **Describe alternatives you've considered** 1. Leaving the code structure as is, which is fine for now, but overtime will likely reduce maintainability. **Additional context** N/A -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
