Rich-T-kid opened a new issue, #10249: URL: https://github.com/apache/arrow-rs/issues/10249
### Is your feature request related to a problem or challenge? `flight_data_to_arrow_batch` exists as a thin wrapper over `read_record_batch`. With #10206 making `read_record_batch` public we can now call it directly. ### Describe the solution you'd like Replace the two occurrences remaining in the codebase with `read_record_batch` https://github.com/apache/arrow-rs/pull/10206#discussion_r3501968987 ### Describe alternatives you've considered N/A ### Additional context https://github.com/apache/arrow-rs/pull/10206 -- 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]
