Skip to content

RootAuxDynIO: Fix for schema evolution involving allocators.

Scott Snyder requested to merge ssnyder/athena:dyn.RootAuxDynIO-20230803 into main

If we need to evolve from a vector type with a custom allocator type to one without, then brInfo.tclass may not have an associated type_info. Handle this case without crashing.

Merge request reports