Skip to content

daft only supports large_string dtype, but lance can use string and large_string #5693

@caican00

Description

@caican00

Describe the bug

If I have a lance dataset whose schema is string, but daft forces it to be converted to large_string, it may cause the append of new data to fail.
The same applies to other types.

To Reproduce

No response

Expected behavior

Using Daft, we can write Lance datasets with types such as string/binary or their large variants, large_string/large_binary.

Component(s)

Lance Integration

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingp2 (backlog)Nice to have features

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions