Skip to content

Commit ff84c99

Browse files
committed
update locks
Signed-off-by: Andrew Duffy <andrew@a10y.dev>
1 parent 4c5742d commit ff84c99

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

encodings/fastlanes/src/bitpacking/plugin.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ mod tests {
142142
&metadata,
143143
&buffers,
144144
&children,
145-
&SESSION )?;
145+
&SESSION,
146+
)?;
146147

147148
let patched: PatchedArray = deserialized
148149
.try_downcast()

vortex-array/public-api.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18654,13 +18654,13 @@ pub fn vortex_array::serde::ArrayChildren::is_empty(&self) -> bool
1865418654

1865518655
pub fn vortex_array::serde::ArrayChildren::len(&self) -> usize
1865618656

18657-
impl vortex_array::serde::ArrayChildren for &[vortex_array::ArrayRef]
18657+
impl<T: core::convert::AsRef<[vortex_array::ArrayRef]>> vortex_array::serde::ArrayChildren for T
1865818658

18659-
pub fn &[vortex_array::ArrayRef]::get(&self, index: usize, dtype: &vortex_array::dtype::DType, len: usize) -> vortex_error::VortexResult<vortex_array::ArrayRef>
18659+
pub fn T::get(&self, index: usize, dtype: &vortex_array::dtype::DType, len: usize) -> vortex_error::VortexResult<vortex_array::ArrayRef>
1866018660

18661-
pub fn &[vortex_array::ArrayRef]::is_empty(&self) -> bool
18661+
pub fn T::is_empty(&self) -> bool
1866218662

18663-
pub fn &[vortex_array::ArrayRef]::len(&self) -> usize
18663+
pub fn T::len(&self) -> usize
1866418664

1866518665
pub mod vortex_array::session
1866618666

0 commit comments

Comments
 (0)