linhr opened a new issue, #10291: URL: https://github.com/apache/arrow-rs/issues/10291
### Describe the bug I was troubleshooting an issue related to schema mismatch in my code. The follow code snippet caught my attention. <https://github.com/apache/arrow-rs/blob/d8d980bdcffd69f42888d7f1f94490ac1668376f/arrow-flight/src/encode.rs#L497-L501> Is this intentional? If not, `Field::new_large_list` should be used here to avoid mismatch between the data and schema in Arrow Flight. ### To Reproduce _No response_ ### Expected behavior _No response_ ### Additional context _No response_ -- 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]
