izveigor opened a new issue, #6560: URL: https://github.com/apache/arrow-datafusion/issues/6560
### Is your feature request related to a problem or challenge? Follow on to https://github.com/apache/arrow-datafusion/pull/6384 Data can come from different sources (such as `apache-avro`, `parquet` ...) where the list data type is supported, which can become `FixedSizeList` in `arrow-datafusion`. So as not to cause difficulties regarding the casting between `FixedSizeList` and `List`, I suggest to support `FixedSizeList` in all array functions. ### Describe the solution you'd like Pre casting `FixedSizeList` to `List` before calling array functions or native support for that data type. ### Describe alternatives you've considered _No response_ ### Additional context Simillar Issues: https://github.com/apache/arrow-datafusion/issues/6119 https://github.com/apache/arrow-datafusion/issues/6075 -- 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]
