Stefán Baxter

Results 13 comments of Stefán Baxter

apoc is good for dynamic types but useless in some scenarios. Using it with foreach is - for example - impossible. It produces a 'Invalid use of CALL inside FOREACH'...

Just create a DateTime64(8) field and try populating it with a pandas dataframe containing 1 column of high-res datetimes. After some poking, I'm wondering if this could be a Clickhouse...

My operator got stuck in a non-runnable/error state, and nothing could be added/updated, or removed. I tried restarting the operator, but it always failed. This means that no deployments can...

created by github.com/altinity/clickhouse-operator/pkg/controller/chi.(*Controller).Run 2023-12-02T17:58:31.302885271Z /clickhouse-operator/pkg/controller/chi/controller.go:509 +0x79d 2023-12-02T17:58:31.305923949Z panic: runtime error: index out of range [1] with length 1 [recovered] 2023-12-02T17:58:31.305930208Z panic: runtime error: index out of range [1] with length...

removing the finaliser information allows the deletion of the deployment: kubectl patch ClickHouseInstallation :name -p '{"metadata":{"finalizers":null}}' --type=merge (not sure if this helps)

This seems to be an issue still when using a volume with a s3 disk and a cache. Resurrected partitions are driving us crazy. Any advice?

Is it possible for Table.all() functions to return the label/value of a Lookup field as well as the record id? (This is all dynamic and I can not use the...

@vklimontovich and @absorbb please let me know if this assistance is welcome. I'm waiting on you to start this Clickhouse work.