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

It has a panic if type of DateTime like DateTime('Asia/Shanghai') #107

Closed intfish123 closed 3 years ago

intfish123 commented 3 years ago

You can add some code in value.go like this:

// consider for DateTime('Asia/Shanghai') if strings.HasPrefix(typ, "DateTime") { return "DateTime", nullable }

yuzhichang commented 3 years ago

Fixed by master 3cf33ecbe334d53d63dbb3855c7659da2a242b6f.