alamb commented on code in PR #8338:
URL: https://github.com/apache/arrow-rs/pull/8338#discussion_r2344725556


##########
parquet/src/arrow/async_reader/mod.rs:
##########
@@ -619,8 +619,7 @@ where
             metadata: self.metadata.as_ref(),
         };
 
-        let cache_options_builder =
-            CacheOptionsBuilder::new(&cache_projection, 
row_group_cache.clone());
+        let cache_options_builder = 
CacheOptionsBuilder::new(&cache_projection, &row_group_cache);

Review Comment:
   The "major" change in this PR  is to remove this `clone`



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