llama90 opened a new issue, #41668: URL: https://github.com/apache/arrow/issues/41668
### Describe the enhancement requested This is a sub-issue of the issue mentioned below. - #35560 This issue is aiming to address the #39182. A pull request (https://github.com/apache/arrow/pull/40237) has been submitted to resolve issue, and additional features that need to be supported have emerged. | From | To | Using Function | |--------------------------------------------|---------------------------|------------------| | list<item: int16> | utf8 | cast_string | | large_list<item: int16> | utf8 | cast_string | | list_view<item: int16> | utf8 | cast_string | | large_list_view<item: int16> | utf8 | cast_string | | fixed_size_list<item: int16>[3] | utf8 | cast_string | | fixed_size_list<item: int16>[3] | utf8 | cast_string | | map<string, int8> | utf8 | cast_string | | struct<i: int32, s: string> | utf8 | cast_string | | sparse_union<string: string=3, number: uint64=42, other_number: uint64=43> | utf8 | cast_string | | dense_union<string: string=3, number: uint64=42, other_number: uint64=43> | utf8 | cast_string | ### 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