clickhouse-go icon indicating copy to clipboard operation
clickhouse-go copied to clipboard

Add support for experimental Variant data type

Open mshustov opened this issue 2 years ago • 1 comments

[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

mshustov avatar Feb 16 '24 13:02 mshustov

I also have this error when using Variant:

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

Gictorbit avatar Jul 07 '24 15:07 Gictorbit