TCeason
TCeason
Now we can confirme: in bendsql: start_query will send an auth and in query_page will send an auth. And now, each auth will generate a uuid in Databend. So, use...
cc @youngsofun @everpcpc
> > And now, each auth will generate a uuid in Databend. > > > > That behaviour seems weird. +1
> what`s the real problem with the temporary ctx/session? 1. tmp ctx need reuse the query id, because auth generate a new id, but in auth, it forget to set_id....
For reuse id, we just need add ctx.set_id in auth. https://github.com/datafuselabs/databend/pull/14203/files#diff-1df80469ceda756c5259158923d955dba88fa9fd8be44ad63f4b8908f6fc67f5R207-R208
Yes, I saw some code in cmd/operator is the ch-op's entry function. And some of the code in `pkg` dir is generated by `code-generator`. **And zz_generated.deepcopy.go is generated. But when...
https://github.com/Altinity/clickhouse-operator/issues/262
In code ```golang // isCHITemplateExt returns true in case specified file has proper extension for a CHI template config file func (config *OperatorConfig) isCHITemplateExt(file string) bool { switch util.ExtToLower(file) {...
@Slach Hi, could you help me with this question? I’m eager to receive your feedback. > In code > > ```go > // isCHITemplateExt returns true in case specified file...
Dear Klimov, thanks for your suggestion . I will have a look at yq.