v.20.5Improvement

Print Message for Clickhouse-Client Version Check

Print a message if clickhouse-client is newer than clickhouse-server. #10627 (alexey-milovidov).
clickhouse-client now notifies if its version is newer than clickhouse-server.

Why it matters

This feature helps users quickly identify version mismatches between clickhouse-client and clickhouse-server, which can prevent unexpected issues caused by incompatibilities or outdated components.

How to use it

Simply run clickhouse-client as usual. If the client version is newer than the server version, a message will be printed alerting the user about this version discrepancy.