We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83086c6 commit 3f2d9b9Copy full SHA for 3f2d9b9
crates/store/re_chunk_store/src/writes.rs
@@ -382,8 +382,10 @@ impl ChunkStore {
382
&& old_typ != list_array.value_type()
383
{
384
re_log::warn_once!(
385
- "Component column '{}' changed type from {old_typ:?} to {:?}",
+ "Component '{}' with component type '{}' in entity '{}' changed type from {old_typ:?} to {:?}",
386
+ component_descr.component,
387
component_type,
388
+ chunk.entity_path(),
389
list_array.value_type()
390
);
391
}
0 commit comments