childe / gohangout

使用 golang 模仿的 Logstash。用于消费 Kafka 数据,处理后写入 ES、Clickhouse 等。
MIT License
1.03k stars 238 forks source link

Update clickhouse_output.go #191

Closed jsntian closed 1 year ago

jsntian commented 2 years ago

fix bug: 1. when more than one table have same field but diffrent type,insert error. 2.when String field type with not string data,insert error.