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

Make ClickHouseCatalog more extendable by changing private fields to protected #107

Closed sap1ens closed 3 weeks ago

sap1ens commented 8 months ago

I'd like to be able to extend ClickHouseCatalog in my project and changing some of the internal private fields to protected seems like a fairly non-disruptive thing.

sap1ens commented 3 weeks ago

@itinycheng hi, are you still open to this change? I can create a new PR.