v.20.4Improvement

Print Verbose Diagnostic Info for Decimal Parsing Errors

Print verbose diagnostic info if Decimal value cannot be parsed from text input format. #10205 (alexey-milovidov)
Print verbose diagnostic information when a Decimal value cannot be parsed from text input format.

Why it matters

This feature helps users diagnose parsing errors related to Decimal types by providing detailed diagnostic output when text input cannot be converted into a Decimal. It improves troubleshooting and debugging of data ingestion issues involving decimals.

How to use it

When a Decimal value fails to parse from text input format, ClickHouse will automatically print verbose diagnostic information to help identify the cause of the error. No additional configuration is required to enable this feature.