Skip to content

register_csv allow space in table_path #3589

@ghost

Description

Describe the bug
table_path when using:

context.register_csv

does not support spaces in path.

To Reproduce

context = SessionContext::new();

context
.register_csv("testing", "/folder/test folder/testing.csv", CsvReadOptions::new())
.await

Expected behavior
function to work as it does for paths without spaces.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions