mroz45 opened a new issue, #45005: URL: https://github.com/apache/arrow/issues/45005
### Describe the enhancement requested Conversion of a range of std::tuple objects can be converted into Arrow Tables. However, while Arrow supports several standard C++ data types for this conversion, it lacks direct support for fixed-size lists. At present, Arrow supports Lists via std::vector, but there is no implementation for fixed-size lists(std::array), which are often used in scenarios where size is predetermined for performance or structural reasons. ### Component(s) C++ -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org