alamb commented on code in PR #13328: URL: https://github.com/apache/datafusion/pull/13328#discussion_r1837118635
########## datafusion/core/tests/parquet/external_access_plan.rs: ########## @@ -313,7 +313,7 @@ impl TestFull { } = self; let TestData { - temp_file: _, + _temp_file: _, Review Comment: I think the idea is that we need to keep the `_temp_file` around through the end of the function so that the temporary directory isn't deleted until the end of the function (when the `drop` is called) -- 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...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org