We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eea04dc commit b2a1dd0Copy full SHA for b2a1dd0
1 file changed
arrow-ord/src/sort.rs
@@ -323,7 +323,6 @@ fn sort_byte_view<T: ByteViewType>(
323
.into_iter()
324
.map(|idx| {
325
let raw = unsafe { *values.views().get_unchecked(idx as usize) };
326
- // SAFETY: we know raw is a valid inline view
327
let inline_key = GenericByteViewArray::<T>::inline_key_fast(raw);
328
(idx, inline_key)
329
})
0 commit comments