v.20.5Improvement
Print Message for Clickhouse-Client Version Check
Print a message if clickhouse-client is newer than clickhouse-server. #10627 (alexey-milovidov).
Why it matters
This feature helps users quickly identify version mismatches betweenclickhouse-client and clickhouse-server, which can prevent unexpected issues caused by incompatibilities or outdated components.How to use it
Simply runclickhouse-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.