diff --git a/rust/blockstore/src/arrow/block/delta/storage.rs b/rust/blockstore/src/arrow/block/delta/storage.rs index 061179203ea..74d5fd10773 100644 --- a/rust/blockstore/src/arrow/block/delta/storage.rs +++ b/rust/blockstore/src/arrow/block/delta/storage.rs @@ -19,7 +19,7 @@ use std::{ }; #[derive(Clone)] -pub(crate) enum BlockStorage { +pub enum BlockStorage { String(SingleColumnStorage), VecUInt32(SingleColumnStorage>), UInt32(SingleColumnStorage),