Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
Signed-off-by: Ruihang Xia <[email protected]>
  • Loading branch information
waynexia committed Aug 29, 2024
1 parent 5143ba1 commit 219fe41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mito2/src/read/scan_region.rs
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,7 @@ impl ScanInput {

for memtable in &self.memtables {
let range = PartitionRange {
// TODO: filter out empty memtables in the future.
start: memtable.stats().time_range().unwrap().0,
end: memtable.stats().time_range().unwrap().1,
num_rows: memtable.stats().num_rows(),
Expand Down

0 comments on commit 219fe41

Please sign in to comment.