alamb commented on code in PR #4161:
URL: https://github.com/apache/arrow-datafusion/pull/4161#discussion_r1019005541
##########
datafusion/core/src/physical_plan/file_format/parquet.rs:
##########
@@ -414,8 +414,7 @@ impl FileOpener for ParquetOpener {
table_schema.as_ref(),
builder.metadata(),
reorder_predicates,
- &file_metrics.pushdown_rows_filtered,
- &file_metrics.pushdown_eval_time,
+ &file_metrics,
Review Comment:
(to be clear I was the one who wrote the original code that was not
consistent -- so I need to keep it in mind :) )
--
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]