Skip to content

Add support for array data-type in ClickHouse connector #20978

Open
@p-goral

Description

@p-goral

Currently, it appears that columns with array data types are not directly accessible. The only workaround we've found is to apply the unsupported-type-handling=CONVERT_TO_VARCHAR setting. While this does make the data accessible, it significantly complicates processing and manipulates the data in its original form, which is not optimal for our needs.

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