v.24.5Improvement

Tip for Single Large Number in Pretty Formats Now Supports Nullable and LowCardinality

A tip for a single large number in Pretty formats now works for Nullable and LowCardinality. This closes #61993. #64084 (Alexey Milovidov).
The "tip for a single large number" feature in Pretty formats now supports Nullable and LowCardinality data types.

Why it matters

This enhancement resolves an inconsistency where the formatting tip for single large numbers was previously unavailable for Nullable and LowCardinality types, improving the readability and uniformity of output formats for these types.

How to use it

Users can benefit from this feature automatically when using Pretty formats with Nullable or LowCardinality columns; no additional configuration is required.