unvalley commented on code in PR #3750: URL: https://github.com/apache/arrow-datafusion/pull/3750#discussion_r990149340
########## datafusion/core/src/datasource/listing/url.rs: ########## @@ -246,6 +248,9 @@ mod tests { let url = ListingTableUrl::parse("file:///foo").unwrap(); let child = Path::parse("/foob/bar").unwrap(); assert!(url.strip_prefix(&child).is_none()); + + let url = ListingTableUrl::parse("file:///with space/foo/bar").unwrap(); Review Comment: Thanks. I added some test cases at 439f6dc -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org