Improves the diagnostic messages when reading decimal values from string data types in ClickHouse.
Why it matters
This enhancement addresses the difficulty in diagnosing errors related to decimal parsing from strings by providing more detailed and clear error messages. It helps users quickly identify and resolve issues when their decimal conversions fail.How to use it
Users benefit from this feature automatically as the improved diagnostics are integrated into the decimal reading logic. No additional configuration is needed; simply continue reading decimals from strings using existing queries.