Skip to content

Commit

Permalink
annihilate old table batcher
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed May 29, 2024
1 parent 2e70ee9 commit 4fa737b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 561 deletions.
2 changes: 1 addition & 1 deletion crates/re_log_types/src/data_table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ use arrow2::{
types::NativeType,
};

pub const METADATA_KIND: &str = "rerun.field.kind";
pub const METADATA_KIND: &str = "rerun.kind";
pub const METADATA_KIND_DATA: &str = "data";
pub const METADATA_KIND_CONTROL: &str = "control";
pub const METADATA_KIND_TIME: &str = "time";
Expand Down
Loading

0 comments on commit 4fa737b

Please sign in to comment.