Skip to content

Unsupported data type: Map #3620

@xgpxg

Description

@xgpxg

Is the Map type currently not supported?
I created a field of Map type, but received an error message:

Field::new_map(
"string_tags",
"entries",
Field::new("key", DataType::Utf8, true),
Field::new("value", DataType::Utf8, true),
false,
true,
)

error:

Unsupported data type: Map

lance-core-0.25.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    wontfixThis will not be worked on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions