Skip to content

Commit

Permalink
Increase evaluation error counter if error determining data page row …
Browse files Browse the repository at this point in the history
…counts
  • Loading branch information
alamb committed Jul 17, 2024
1 parent 93fd08c commit 79ecd80
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ fn prune_pages_in_one_row_group(
debug!(
"Can not determine page row counts for row group {row_group_index}, skipping"
);
metrics.predicate_evaluation_errors.add(1);
return None;
};

Expand Down

0 comments on commit 79ecd80

Please sign in to comment.