Skip to content

[Python-Client] Cannot list namespaces under the root namespace when using the dot delimiter #248

@mchades

Description

@mchades

I set up a Lance REST server according to the Lance REST protocol, but I encountered an error when trying to list namespaces under the root using a Python client with a dot as the delimiter (but work well with $ delimiter).

Image

Using the Java client did not encounter similar issues. I found that the Python client uses urllib3, which normalizes dots in the path, removing them from the path, thus causing a 404.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions