diff --git a/core/src/data_sources/data_source.rs b/core/src/data_sources/data_source.rs index 6ad130c9df628..2f24dee45c138 100644 --- a/core/src/data_sources/data_source.rs +++ b/core/src/data_sources/data_source.rs @@ -672,12 +672,10 @@ impl DataSource { } }); page_offset = scroll_results.next_page_offset; - if page_offset.is_none() { break; } } - let cache_hits = splits .iter() .filter(|s| {