We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4602536 commit 0f89859Copy full SHA for 0f89859
1 file changed
vortex-array/src/arrays/patched/vtable/mod.rs
@@ -349,7 +349,6 @@ fn apply_patches_primitive<V: NativePType>(
349
350
#[cfg(test)]
351
mod tests {
352
- use crate::session::ArraySessionExt;
353
use rstest::rstest;
354
use vortex_buffer::ByteBufferMut;
355
use vortex_buffer::buffer;
@@ -374,6 +373,7 @@ mod tests {
374
373
use crate::patches::Patches;
375
use crate::serde::SerializeOptions;
376
use crate::serde::SerializedArray;
+ use crate::session::ArraySessionExt;
377
use crate::validity::Validity;
378
379
#[test]
0 commit comments