tustvold commented on code in PR #2665:
URL: https://github.com/apache/arrow-datafusion/pull/2665#discussion_r885773427


##########
datafusion/core/src/catalog/schema.rs:
##########
@@ -163,7 +163,7 @@ mod tests {
     #[tokio::test]
     async fn test_schema_register_listing_table() {
         let testdata = crate::test_util::parquet_test_data();
-        let filename = format!("test:///{}/{}", testdata, 
"alltypes_plain.parquet");
+        let filename = format!("file:///{}/{}", testdata, 
"alltypes_plain.parquet");

Review Comment:
   I originally used `test::///` however this doesn't work because of the 
special path handling necessary for file paths on Windows.



-- 
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