From 17b548b16e4675edaa636a0cdae428dac351c8e3 Mon Sep 17 00:00:00 2001 From: Clement Rey Date: Fri, 12 Jan 2024 08:34:03 +0100 Subject: [PATCH] remove lies --- crates/re_query_cache/src/range.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/re_query_cache/src/range.rs b/crates/re_query_cache/src/range.rs index 33630075e2b4c..7ddb467cd787d 100644 --- a/crates/re_query_cache/src/range.rs +++ b/crates/re_query_cache/src/range.rs @@ -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; }