tustvold commented on code in PR #4713:
URL: https://github.com/apache/arrow-datafusion/pull/4713#discussion_r1055524415
##########
datafusion/core/src/physical_plan/file_format/parquet/page_filter.rs:
##########
@@ -203,35 +220,6 @@ fn combine_multi_col_selection(row_selections:
Vec<Vec<RowSelector>>) -> RowSele
.unwrap()
}
-// Extract single col pruningPredicate from input predicate for evaluating
page Index.
-fn extract_page_index_push_down_predicates(
Review Comment:
This is reworked into PagePruningPredicate::try_new
--
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]