v.25.7Improvement

Do not output too long descriptions

Do not output too long descriptions of expression actions in exception messages. Closes #83164. #83350 (Alexey Milovidov).
Reduce verbosity of expression action descriptions in ClickHouse exception messages.

Why it matters

This feature addresses the issue where exception messages containing expression actions were overly verbose and hard to read. By shortening these descriptions, it improves the clarity of error messages, making debugging and issue resolution easier for users.

How to use it

The feature is applied automatically as part of the ClickHouse update containing the fix. No user configuration or action is required to enable the improved exception message formatting.