itinycheng / flink-connector-clickhouse

Flink SQL connector for ClickHouse. Support ClickHouseCatalog and read/write primary data, maps, arrays to clickhouse.
Apache License 2.0
346 stars 148 forks source link

[Feature]: Support Unit5 Test For Clickhouse Connector #138

Open czy006 opened 2 weeks ago

czy006 commented 2 weeks ago

What happened?

There is currently a lack of basic unit testing facilities, which results in many problems not being discovered in time. We should refer to other connectors in flink to build complete unit tests. At present, it seems that using testcontainer & flink mini cluster testing is a common practice

Affects Versions

master

What are you seeing the problem on?

Ci

How to reproduce

No response

Relevant log output

No response

Anything else

No response

Are you willing to submit a PR?

Code of Conduct