Skip to content

Commit

Permalink
remove lies
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Jan 12, 2024
1 parent b223a90 commit 17b548b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/re_query_cache/src/range.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ macro_rules! impl_query_archetype_range {
for (data_time, arch_view) in arch_views {
let data_time = data_time.unwrap_or(TimeInt::MIN); // TODO(cmc): timeless

// TODO(cmc): can't be relying on the primary RowId here, we need the max RowId.
if bucket.contains_data_row(data_time, arch_view.primary_row_id()) {
continue;
}
Expand Down

0 comments on commit 17b548b

Please sign in to comment.