itinycheng / flink-connector-clickhouse

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

[Feature request] Support lookup join in Flink 1.15 #97

Closed nylqd closed 1 year ago

nylqd commented 1 year ago

Hello, I am a user of flink-clickhouse-connector and I am interested in using lookup join with ClickHouse tables in Flink 1.15. I noticed that the connector supports lookup join in Flink 1.16, but not in Flink 1.15. Is there any possibility to backport this feature to Flink 1.15? If so, what are the steps and challenges involved? If not, what are the reasons and limitations? Thank you for your time and attention.

itinycheng commented 1 year ago

Hi @nylqd The user-side interfaces of the lookup feature have significant changes in Flink 1.16, therefore it may be difficult to backport to an earlier version.