Closed
Description
Is your feature request related to a problem or challenge?
Follow on to #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