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


##########
datafusion/core/src/test_util.rs:
##########
@@ -223,6 +223,7 @@ fn get_data_dir(udf_env: &str, submodule_data: &str) -> 
Result<PathBuf, Box<dyn
     let dir = env!("CARGO_MANIFEST_DIR");
 
     let pb = PathBuf::from(dir).join(submodule_data);
+    let pb = pb.canonicalize()?;

Review Comment:
   Same here



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

Reply via email to