UnamedRus
UnamedRus
``` thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', /home//.cargo/git/checkouts/grammers-a13650801c60c1ef/1c79a48/lib/grammers-client/src/types/message.rs:177:14 ``` https://github.com/Lonami/grammers/blob/802f3829db624ef1ef6c689eb9af5dffe5e97b9d/lib/grammers-client/src/types/message.rs#L177
### Changelog category (leave one): - Not for changelog (changelog entry is not required) > Information about CI checks: https://clickhouse.com/docs/en/development/continuous-integration/
In order to use secure tcp port(9440 by default) while running distributed queries, it's need to add `secure` setting in `remote_servers` settings. It would be great if clickhouse-operator could do...
Ability to define groups of replicas in easy way, so they can share specific podTemplate: For example replicas 1 & 2 should use regular ec2 instances and replicas 3+ should...
Ability to bind specific replicas/shards to k8s nodes without copy-paste whole podTemplate for each replica. ``` affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: kubernetes.io/hostname operator: In values: - hostname1...
Ability (picker) to merge rows by query_id instead of hash, so different queries with the same hash will create different rows.

open in browser:http://https://172.24.87.224:8443 ``` app.js?6dc3d&6dc3dc55be8a0a2f4855:1 Error: Can`t fetch version server,check connection URL/DNS/Host:PORT, open in browser:http://https://172.24.87.224:8443 at Function. (app.js?6dc3d&6dc3dc55be8a0a2f4855:1:122115) at Generator.throw () at o (app.js?6dc3d&6dc3dc55be8a0a2f4855:1:121030) ```
Because https version of tabix doesn't allow you connect to http version of ClickHouse, i tried to use http version and it looks like that it lead to a wrong...
Ability to add single element to list without wrapping it to a list: ``` SELECT ListPushBack(aaa, val) FROM (SELECT [1,2,3] AS aaa, 5 as val); [1,2,3,5] Current approach: SELECT ListExtend(aaa,...