Conversation
…-alter-table-modify-column-in-iceberg-tables
|
|
…-column-in-iceberg-tables' of https://github.com/Altinity/ClickHouse into 2091-support-firstafter-keywords-for-alter-table-modify-column-in-iceberg-tables
CI triageNot caused by this PR. Iceberg
Approve from a #2289 perspective. Optional: rerun integration 3/8 and 4/8; fix settings snapshots in clickhouse-regression separately. |
|
Tests in Altinity/clickhouse-regression@a7fcec8 for FIRST / AFTER are passing on Glue and Ice rest catalogs. LGTM |
…-alter-table-modify-column-in-iceberg-tables
…-alter-table-modify-column-in-iceberg-tables
|
Same error at lines 140, 234, 251, and 264. void generateAddColumnMetadata(const String & column_name, DataTypePtr type, bool first = false, const String & after_column = {});
void generateAddColumnMetadata(const String & column_name, DataTypePtr type);The new overload's default arguments make a two-argument call match the old declaration as well. The @subkanthi Maybe drop the two-argument declaration and keep the one with the defaults? The existing tests then resolve to that function. The other builds on this run passed because they do not compile |
closes: #2091
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Added support for the
FIRSTandAFTERclauses withALTER TABLE ADD COLUMNandALTER TABLE MODIFY COLUMNfor Iceberg tables (DataLakeCatalog).CI/CD Options
Exclude tests:
Regression jobs to run: