Skip to content

Commit

Permalink
Arc viewed buffers
Browse files Browse the repository at this point in the history
  • Loading branch information
gatesn committed Jan 15, 2025
1 parent 4cc2c0d commit 8156a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vortex-array/src/data/viewed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub(super) struct ViewedArrayData {
pub(super) metadata: Arc<dyn ArrayMetadata>,
pub(super) flatbuffer: FlatBuffer,
pub(super) flatbuffer_loc: usize,
pub(super) buffers: Box<[ByteBuffer]>,
pub(super) buffers: Arc<[ByteBuffer]>,
pub(super) ctx: ContextRef,
#[cfg(feature = "canonical_counter")]
pub(super) canonical_counter: std::sync::atomic::AtomicUsize,
Expand Down

0 comments on commit 8156a4e

Please sign in to comment.