tustvold opened a new pull request #1165: URL: https://github.com/apache/arrow-rs/pull/1165
# Which issue does this PR close? Closes #1163 # Rationale for this change This avoids running the parquet tests from "leaking" random parquet files in your local filesystem. It also eliminates a reasonable amount of plumbing, and potential source of test concurrency bugs, with filenames being plumbed through the tests. # What changes are included in this PR? This changes to using [tempfile](https://docs.rs/tempfile/latest/tempfile/) for temporary files, which is also used by arrow # Are there any user-facing changes? No, the util module is marked experimental -- 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]
