ClickHouse / clickhouse-go

Golang driver for ClickHouse
Apache License 2.0
2.83k stars 544 forks source link

Add support for experimental Variant data type #1195

Open mshustov opened 5 months ago

mshustov commented 5 months ago

[The type is experimental]. See the docs https://clickhouse.com/docs/en/sql-reference/data-types/variant There will be more added for better support of the semistructured data https://github.com/ClickHouse/ClickHouse/issues/54864

Gictorbit commented 3 weeks ago

I also have this error when using Variant:

assertion failed: error is not nil: clickhouse: unsupported column type "Variant(Bool, Float64, String, UInt64)"