comphead commented on code in PR #13328: URL: https://github.com/apache/datafusion/pull/13328#discussion_r1837128177
########## datafusion/core/tests/parquet/external_access_plan.rs: ########## @@ -313,7 +313,7 @@ impl TestFull { } = self; let TestData { - temp_file: _, + _temp_file: _, Review Comment: Oh, thats the thing... so we keeping it in scope to avoid the folder to be killed prematurely. LGTM then, adding some comments -- 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