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)
Why it matters
This feature helps users diagnose parsing errors related toDecimal 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 aDecimal 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.