itinycheng / flink-connector-clickhouse

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

can not install this project #66

Closed qq994467433 closed 11 months ago

qq994467433 commented 1 year ago

can use mvn clean but can not install
image

FWLamb commented 1 year ago

@qq994467433 Please use mvn spotless: apply to format the code before installing.

qq994467433 commented 1 year ago

image @FWLamb

itinycheng commented 1 year ago
  1. Check whether spotless-maven-plugin is exists in your local repostory;
  2. Pull the latest code and execute a maven command;

Other: mvn spotless:apply, no space needed.