Skip to content

Commit

Permalink
fix return
Browse files Browse the repository at this point in the history
Signed-off-by: Little-Wallace <[email protected]>
  • Loading branch information
Little-Wallace committed Jun 19, 2023
1 parent 95a4a7d commit 19a514a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ async fn preload_l1_data(
}

if !KeyComparator::encoded_full_key_less_than(&smallest_key, &largest_key) {
return Ok(());
continue;
}
let mut start_index = 0;
let sstable_meta = sstable.value().as_ref();
Expand Down

0 comments on commit 19a514a

Please sign in to comment.