We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8164e6 commit 8def112Copy full SHA for 8def112
1 file changed
encodings/alp/src/alp/plugin.rs
@@ -87,7 +87,7 @@ mod tests {
87
use vortex_array::IntoArray;
88
use vortex_array::arrays::PatchedArray;
89
use vortex_array::arrays::PrimitiveArray;
90
- use vortex_array::arrays::patched::PatchedArrayExt;
+ use vortex_array::arrays::patched::PatchedArraySlotsExt;
91
use vortex_array::buffer::BufferHandle;
92
use vortex_array::session::ArraySession;
93
use vortex_array::session::ArraySessionExt;
@@ -147,7 +147,7 @@ mod tests {
147
.map_err(|a| vortex_err!("Expected Patched, got {}", a.encoding_id()))?;
148
149
let inner_alp: ALPArray = patched
150
- .base_array()
+ .inner()
151
.clone()
152
.try_downcast()
153
.map_err(|a| vortex_err!("Expected inner ALP, got {}", a.encoding_id()))?;
0 commit comments