We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cc2c0d commit 89a510aCopy full SHA for 89a510a
vortex-array/src/data/viewed.rs
@@ -19,7 +19,7 @@ pub(super) struct ViewedArrayData {
19
pub(super) metadata: Arc<dyn ArrayMetadata>,
20
pub(super) flatbuffer: FlatBuffer,
21
pub(super) flatbuffer_loc: usize,
22
- pub(super) buffers: Box<[ByteBuffer]>,
+ pub(super) buffers: Arc<[ByteBuffer]>,
23
pub(super) ctx: ContextRef,
24
#[cfg(feature = "canonical_counter")]
25
pub(super) canonical_counter: std::sync::atomic::AtomicUsize,
0 commit comments