Skip to content

[DuckDB 1.5.x] duckdb-ui does not seem to support VARIANT yet. #231

@sangwookWoo

Description

@sangwookWoo

Queries with a VARIANT column fail in the UI with:

Error: unrecognized type id: 109

Minimal repro:

SELECT [1, 2, 3]::VARIANT AS v;

The same query works in the DuckDB CLI, so this looks like a UI type-handling issue rather than a SQL execution issue.
Would you be able to share whether VARIANT support in duckdb -ui is planned?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingextensionPertaining to the UI extension code, which is in this repository.uiPertaining to the UI code, which is not in this repository.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions