Skip to content

Commit 3019288

Browse files
committed
fix
Signed-off-by: Robert Kruszewski <github@robertk.io>
1 parent e250d3a commit 3019288

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

  • vortex-array/src/builders

vortex-array/src/builders/map.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ use std::sync::Arc;
66

77
use vortex_error::VortexResult;
88
use vortex_error::vortex_ensure;
9-
use vortex_mask::Mask;
109

1110
use crate::ArrayRef;
1211
use crate::Canonical;
@@ -147,10 +146,6 @@ impl<O: OffsetBuilderPType, S: OffsetBuilderPType> ArrayBuilder for MapBuilder<O
147146
self.entries_builder.reserve_exact(additional);
148147
}
149148

150-
unsafe fn set_validity_unchecked(&mut self, validity: Mask) {
151-
unsafe { self.entries_builder.set_validity_unchecked(validity) };
152-
}
153-
154149
fn finish(&mut self) -> ArrayRef {
155150
self.finish_into_map().into_array()
156151
}

0 commit comments

Comments
 (0)