Skip to content

Commit

Permalink
Review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sanketkedia committed Nov 13, 2024
1 parent f70ef34 commit 2794417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/blockstore/src/arrow/blockfile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ impl ArrowUnorderedBlockfileWriter {
}

#[allow(dead_code)]
pub(crate) async fn get_clone<K: ArrowWriteableKey, V: ArrowWriteableValue>(
pub(crate) async fn get_owned<K: ArrowWriteableKey, V: ArrowWriteableValue>(
&self,
prefix: &str,
key: K,
Expand Down

0 comments on commit 2794417

Please sign in to comment.