StarRocks / starrocks-connector-for-apache-flink

Apache License 2.0
189 stars 152 forks source link

enhancement: support alter modify columns' type and position #357

Open yuxiqian opened 4 months ago

yuxiqian commented 4 months ago

What type of PR is this:

Which issues of this PR fixes :

Currently, StarRocksCatalog supports both adding and dropping columns in given tables, but doesn't allow modifying columns' type and position.

This PR adds function alterModifyColumns in StarRocksCatalog and corresponding test case in StarRocksCatalogTest to fix this.

Checklist:

CLAassistant commented 4 months ago

CLA assistant check
All committers have signed the CLA.