v.25.12Improvement
Format, named tuples are now displayed as
In Pretty format, named tuples are now displayed as Pretty JSON. This closes #65022. #91779 (Mostafa Mohamed Salah).Why it matters
This feature addresses the issue of displaying named tuples in a more user-friendly and visually structured way within thePretty format. By rendering named tuples as Pretty JSON, users can more easily interpret complex tuple data.How to use it
Simply use thePretty output format when querying named tuples. The rendering will automatically present them as Pretty JSON without requiring additional configuration.