alamb commented on a change in pull request #1622: URL: https://github.com/apache/arrow-datafusion/pull/1622#discussion_r789887788
########## File path: datafusion/src/physical_plan/file_format/parquet.rs ########## @@ -473,6 +536,69 @@ mod tests { schema::types::SchemaDescPtr, }; + #[tokio::test] Review comment: > I'm relatively new to Rust so not sure how expensive cloning Arc is. `Clone`ing an Arc is very fast (it increments an atomic counter) 🚤 -- 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...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org