housepower / clickhouse_sinker

Easily load data from kafka to ClickHouse
https://housepower.github.io/clickhouse_sinker
Apache License 2.0
515 stars 118 forks source link

Update value.go #131

Closed draev closed 2 years ago

draev commented 2 years ago

The syntax for ClickHouse FixedString type is: FixedString(N) This leads to "LOGIC ERROR: unsupported ClickHouse data type" error

I assume that any FixedString type is primitive String type