2010YOUY01 commented on code in PR #18374:
URL: https://github.com/apache/datafusion/pull/18374#discussion_r2476501897


##########
datafusion/core/tests/dataframe/mod.rs:
##########
@@ -6311,7 +6311,7 @@ async fn test_copy_schema() -> Result<()> {
     let target_path = tmp_dir.path().join("target.csv");
 
     let query = format!(
-        "COPY source_table TO '{:?}' STORED AS csv",
+        "COPY source_table TO '{}' STORED AS csv",

Review Comment:
   Debug display with `'{:?}'` will make the path look like `"/foo/bar"`, and 
`"` is treated as a directory name.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to