v.23.9Improvement

Make Exception Message Clear for Invalid Settings Range

Make the exception message exact in case of the maximum value of a settings is less than the minimum value. #54925 (János Benjamin Antal).
Improves the accuracy of exception messages when a settings parameter's maximum value is less than its minimum value in ClickHouse.

Why it matters

This feature enhances error reporting by providing precise and clear exception messages in scenarios where a settings parameter's maximum value is configured lower than its minimum value, helping users quickly identify and resolve misconfigurations.

How to use it

Users will automatically benefit from this improvement when incorrect settings value ranges are applied; no additional configuration is needed as the exception message is now more exact by default.