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


##########
datafusion/core/src/dataframe/parquet.rs:
##########
@@ -150,7 +152,7 @@ mod tests {
             .await?;
 
             // Check that file actually used the specified compression
-            let file = 
std::fs::File::open(tmp_dir.into_path().join("test.parquet"))?;
+            let file = 
std::fs::File::open(tmp_dir.path().join("test.parquet"))?;

Review Comment:
   👍 



##########
datafusion/core/src/dataframe/parquet.rs:
##########
@@ -150,7 +152,7 @@ mod tests {
             .await?;
 
             // Check that file actually used the specified compression
-            let file = 
std::fs::File::open(tmp_dir.into_path().join("test.parquet"))?;
+            let file = 
std::fs::File::open(tmp_dir.path().join("test.parquet"))?;

Review Comment:
   thank you for the driveby cleanup



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