alamb commented on code in PR #5478:
URL: https://github.com/apache/arrow-datafusion/pull/5478#discussion_r1125560703


##########
datafusion/execution/src/object_store.rs:
##########
@@ -255,34 +245,4 @@ mod tests {
             
ObjectStoreUrl::parse("s3://username:password@host:123/foo").unwrap_err();
         assert_eq!(err.to_string(), "Execution error: ObjectStoreUrl must only 
contain scheme and authority, got: /foo");
     }
-

Review Comment:
   Moved this into the datasource/listing module



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to