Skip to content

Commit

Permalink
Fix TODO-formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Feb 11, 2025
1 parent 163f7fb commit 8282fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/store/re_sorbet/src/chunk_batch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ fn make_all_data_columns_list_arrays(batch: &ArrowRecordBatch) -> ArrowRecordBat
.expect("Can't fail")
}

// TODO(teh-cmc): we can do something faster/simpler here; see https://github.com/rerun-io/rerun/pull/8945#discussion_r1950689060
// TODO(cmc): we can do something faster/simpler here; see https://github.com/rerun-io/rerun/pull/8945#discussion_r1950689060
fn wrap_in_list_array(field: &ArrowField, data: &dyn ArrowArray) -> (ArrowField, ArrowListArray) {
re_tracing::profile_function!();

Expand Down

0 comments on commit 8282fc5

Please sign in to comment.