From 8156a4ee1da0895d85a9f019ef27249dc79bd1a3 Mon Sep 17 00:00:00 2001 From: Nicholas Gates Date: Wed, 15 Jan 2025 23:35:35 +0000 Subject: [PATCH] Arc viewed buffers --- vortex-array/src/data/viewed.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vortex-array/src/data/viewed.rs b/vortex-array/src/data/viewed.rs index 0d189eae4..ef703004b 100644 --- a/vortex-array/src/data/viewed.rs +++ b/vortex-array/src/data/viewed.rs @@ -19,7 +19,7 @@ pub(super) struct ViewedArrayData { pub(super) metadata: Arc, 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,