itinycheng / flink-connector-clickhouse

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

How to support ClickHouse source in branch 1.12 ? #23

Closed LinhaiXu closed 2 years ago

LinhaiXu commented 2 years ago

ClickHouse Source is only supported by Flink 1.13(or higher) in your project, is there any way support ClickHouse Source in Flink 1.12?

itinycheng commented 2 years ago

Yes, but needs a little work.

  1. Checkout branch release-1.13, then modify the flink dependency version to 1.12.x;
  2. Execute the command mvn clean package -DskipTests to compile the project and fix compile error.
  3. The compiled package is available under flink 1.12.x;
LinhaiXu commented 2 years ago

Yes, but needs a little work.

  1. Checkout branch release-1.13, then modify the flink dependency version to 1.12.x;
  2. Execute the command mvn clean package -DskipTests to compile the project and fix compile error.
  3. The compiled package is available under flink 1.12.x;