Skip to content

Commit

Permalink
fix: correct memtable cost (#2762)
Browse files Browse the repository at this point in the history
  • Loading branch information
evenyag authored Nov 17, 2023
1 parent b28af94 commit 2aa6ac5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mito2/src/memtable/time_series.rs
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,6 @@ impl Iterator for Iter {
self.metrics.total_series += 1;

let mut series = series.write().unwrap();
let start = Instant::now();
if !self.predicate.is_empty()
&& !prune_primary_key(
&self.codec,
Expand Down

0 comments on commit 2aa6ac5

Please sign in to comment.