getdozer / dozer

Dozer is a real-time data movement tool that leverages CDC from various sources and moves data into various sinks.
https://getdozer.io
GNU Affero General Public License v3.0
1.47k stars 117 forks source link

Fix/clickhouse sink issue with collapsing merge tree #2477

Closed duonganhthu43 closed 3 months ago

duonganhthu43 commented 3 months ago

since in CollapsingMergeTree require sign field MUST BE int8 we have to add FieldType:Int8 to support it