Skip to content

Commit

Permalink
Remove stray comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vjc578db committed Feb 18, 2025
1 parent d0c067b commit 7585a3a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rust/lance-index/src/vector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,6 @@ pub async fn parallel_search_in_partitions<T: Send + Sync + std::fmt::Debug>(
query: &Query,
pre_filter: Arc<dyn PreFilter>,
) -> Result<Vec<RecordBatch>> {
// Really want these to go in parallel. First should add to a
// queue that the second consumes. Otherwise it is not
// searching when it could be.
stream::iter(partition_ids)
.map(|part_id| {
let part_id = part_id as usize;
Expand Down

0 comments on commit 7585a3a

Please sign in to comment.