Skip to content

Commit b2a1dd0

Browse files
committed
Remove comment
1 parent eea04dc commit b2a1dd0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

arrow-ord/src/sort.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,6 @@ fn sort_byte_view<T: ByteViewType>(
323323
.into_iter()
324324
.map(|idx| {
325325
let raw = unsafe { *values.views().get_unchecked(idx as usize) };
326-
// SAFETY: we know raw is a valid inline view
327326
let inline_key = GenericByteViewArray::<T>::inline_key_fast(raw);
328327
(idx, inline_key)
329328
})

0 commit comments

Comments
 (0)