tustvold commented on code in PR #3022:
URL: https://github.com/apache/arrow-rs/pull/3022#discussion_r1014552144


##########
arrow-ipc/src/writer.rs:
##########
@@ -1503,18 +1501,18 @@ mod tests {
             ],
         )
         .unwrap();
-        let file_name = format!("target/debug/testdata/nulls_{}.arrow_file", 
suffix);
+        let mut file = tempfile::tempfile().unwrap();

Review Comment:
   This was failing about files not existing, I suspect some issue with moving 
to a different crate. Fortunately switching to use tempfile is cleaner and 
avoids this issue



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