Skip to content

Support FixedSizeList in array methods #6560

Closed
@izveigor

Description

@izveigor

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

Additional context

Simillar Issues:
#6119
#6075

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions