Skip to content

Commit f8137ba

Browse files
committed
Update TODO to point to correct arrow issue
1 parent 65c7ba2 commit f8137ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/store/re_chunk/src/shuffle.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ impl Chunk {
192192
///
193193
/// The underlying arrow data will be copied and shuffled in memory in order to make it contiguous.
194194
//
195-
// TODO(cmc): Provide a path that only shuffles offsets instead of the data itself, using a `ListView`.
195+
// TODO(apache/arrow-rs#5375): Provide a path that only shuffles offsets instead of the data itself, using a `ListView`.
196196
pub(crate) fn shuffle_with(&mut self, swaps: &[usize]) {
197197
re_tracing::profile_function!();
198198

0 commit comments

Comments
 (0)