Describe the bug
table_path when using:
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.