alamb commented on code in PR #4279:
URL: https://github.com/apache/arrow-datafusion/pull/4279#discussion_r1026452357


##########
datafusion/core/src/physical_plan/file_format/parquet.rs:
##########
@@ -284,6 +288,7 @@ impl ExecutionPlan for ParquetExec {
             partition_index,
             projection: Arc::from(projection),
             batch_size: ctx.session_config().batch_size(),
+            predicate: self.predicate.clone(),

Review Comment:
   I don't like all the cloning -- I have a follow on PR 
(https://github.com/apache/arrow-datafusion/pull/4283) to stop the copying



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