Skip to content

Commit

Permalink
Remove completed comment (#4167)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored Nov 10, 2022
1 parent 4d621c5 commit 456c254
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ pub(crate) fn prune_row_groups(
predicate: Option<PruningPredicate>,
metrics: &ParquetFileMetrics,
) -> Vec<usize> {
// TODO: Columnar pruning
let mut filtered = Vec::with_capacity(groups.len());
for (idx, metadata) in groups.iter().enumerate() {
if let Some(range) = &range {
Expand Down

0 comments on commit 456c254

Please sign in to comment.