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


##########
datafusion/core/src/physical_plan/file_format/parquet.rs:
##########
@@ -98,6 +100,7 @@ impl ParquetExec {
             
MetricBuilder::new(&metrics).global_counter("num_predicate_creation_errors");
 
         let pruning_predicate = predicate
+            .clone()

Review Comment:
   the key difference here is that the original predicate is kept, even if the 
creation of the pruning predicate fails



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