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 098707b commit c56699aCopy full SHA for c56699a
crates/store/re_chunk/src/iter.rs
@@ -347,7 +347,7 @@ where
347
{
348
let Some(values) = array.downcast_array_ref::<ArrowPrimitiveArray<P>>() else {
349
if cfg!(debug_assertions) {
350
- panic!("downcast failed for {component_descriptor}, data discarded");
+ panic!("[DEBUG ASSERT] downcast failed for {component_descriptor}, data discarded");
351
} else {
352
re_log::error_once!("downcast failed for {component_descriptor}, data discarded");
353
}
0 commit comments