DTStack / chunjun

A data integration framework
https://dtstack.github.io/chunjun/
Apache License 2.0
3.98k stars 1.69k forks source link

[Improve][chunjun-connector-clickhouse] Added support for map<string, unit>data types #1914

Open fengjian1129 opened 1 month ago

fengjian1129 commented 1 month ago

Search before asking

Description

Added support for the following map data types, converting map to JsonString for data synchronization Map<string,uint8> Map<string,uint16>, Map<string,uint32> , Map<string,int8> ,Map<string,int16>,Map<string,int32> for example: clickhouse-source data type is map --> xxx-sink data type is string or varchar

Use case

No response

Related issues

No response

Are you willing to submit a PR?

Code of Conduct