v.23.10Improvement

Clickhouse-client fails to display "0 rows in set" when an exception occurs

Clickhouse-client won't show "0 rows in set" if it is zero and if exception was thrown. #55240 (Salvatore Mesoraca).
ClickHouse client no longer displays "0 rows in set" message when a query returns zero rows and an exception is thrown.

Why it matters

This change improves the clarity of ClickHouse client output by avoiding misleading messages that indicate zero rows returned when in fact an exception occurred during query execution. It helps users better understand query results and error states without confusion.

How to use it

Users will see this behavior automatically after updating to the version including this fix. No additional configuration or settings are required to benefit from this improvement.