StarRocks / starrocks-connector-for-apache-flink

Apache License 2.0
192 stars 154 forks source link

[Enhancement] Detect partial columns write according to Flink schema #235

Closed banmoy closed 1 year ago

banmoy commented 1 year ago

What type of PR is this:

Which issues of this PR fixes :

Fixes #

Problem Summary(Required) :

Currently if users want to write only partial columns into StarRock, need to specify sink.properties.columns to tell the column names of these partial columns, but it's actually not necessary because users already define these columns when creating a flink table, and the connector can get those information from the table schema. This PR contains these improvements

Checklist: