We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65c7ba2 commit f8137baCopy full SHA for f8137ba
1 file changed
crates/store/re_chunk/src/shuffle.rs
@@ -192,7 +192,7 @@ impl Chunk {
192
///
193
/// The underlying arrow data will be copied and shuffled in memory in order to make it contiguous.
194
//
195
- // TODO(cmc): Provide a path that only shuffles offsets instead of the data itself, using a `ListView`.
+ // TODO(apache/arrow-rs#5375): Provide a path that only shuffles offsets instead of the data itself, using a `ListView`.
196
pub(crate) fn shuffle_with(&mut self, swaps: &[usize]) {
197
re_tracing::profile_function!();
198
0 commit comments