Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sanketkedia committed Aug 16, 2024
1 parent b7a32ee commit 2bd1a06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/blockstore/src/arrow/provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ impl SparseIndexManager {
tracing::info!("Cache miss - fetching sparse index from storage");
let key = format!("sparse_index/{}", id);
tracing::debug!("Reading sparse index from storage with key: {}", key);
// TODO: This should pass through NAC as well.
let stream = self.storage.get_stream(&key).await;
let mut buf: Vec<u8> = Vec::new();
match stream {
Expand Down

0 comments on commit 2bd1a06

Please sign in to comment.