v.24.7Backward Incompatible Changes

clickhouse-keeper-client requires string literals for paths

clickhouse-keeper-client will only accept paths in string literals, such as ls '/hello/world', not bare strings such as ls /hello/world. #65494 (Alexey Milovidov).