This example compares the representation of datetime values in MergeTree and Iceberg.
- Ice REST catalog configured.
- S3-compatible bucket my-bucket configured.
| apiVersion: "clickhouse.altinity.com/v1" | |
| kind: "ClickHouseInstallation" | |
| metadata: | |
| name: "demo" | |
| spec: | |
| configuration: | |
| zookeeper: | |
| nodes: | |
| - host: zookeeper.zoo1ns | |
| port: 2181 |