v.23.3Improvement

Improved Error Handling for Decimal Parameters

Improved error handling in the code related to Decimal parameters, resulting in more informative error messages. Previously, when incorrect Decimal parameters were supplied, the error message generated was unclear or unhelpful. With this update, the error message printed has been fixed to provide more detailed and useful information, making it easier to identify and correct issues related to Decimal parameters. #47812 (Yu Feng). Note: this changelog entry is rewritten by ChatGPT.
Improved error messages for incorrect Decimal parameters in ClickHouse to provide clearer and more informative feedback.

Why it matters

Previously, error messages related to Decimal parameters were unclear and unhelpful, making it difficult for users to identify and fix issues. This improvement enhances error handling by generating detailed and useful error messages, simplifying debugging and usage of Decimal parameters.

How to use it

This update requires no special configuration. Users will automatically receive enhanced error messages when supplying incorrect Decimal parameters in queries or configurations.