Fixed iceberg alter table modify rename#1841
Conversation
|
continuation of #1794 |
Audit Review: PR #1841 — Fixed iceberg alter table modify renameAI audit note: This review comment was generated by AI (claude-4.6-opus). PR: #1841 — Iceberg ALTER TABLE schema-change via REST catalog Call GraphKey Invariants
Confirmed DefectsMedium:
|
|
|
||
| assert instance.query(f"SELECT id, value FROM {TABLE_NAME} ORDER BY id") == "1\thello\n2\tworld\n" | ||
|
|
||
| instance.query(f"INSERT INTO {TABLE_NAME} VALUES (3, 'foo');", settings=INSERT_SETTINGS) |
There was a problem hiding this comment.
It makes sense to insert value bigger than max Int32 here
Verification Report: PR #1841 — Iceberg ALTER TABLE FixPR: Altinity/ClickHouse#1841 Change: Backport of #1594 — fix Verdict
PR-caused failure (fix before merge)
This is the only failure clearly tied to the PR's iceberg ALTER work. Not PR regressions
What passedAll builds · fast test · unit tests · most stateless/integration · iceberg regression (iceberg_1 + iceberg_2, x86 + aarch64) · parquet · s3_export · most alter/s3/rbac regression suites · docker/grype. Iceberg regression green is the strongest signal that the core mutation path works in the dedicated test suite. Recommendation
CI verdict: Red for a real, PR-scoped integration gap ( |
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Backport of #1594, Fixes Alter table ADD/DROP/RENAME/MODIFY column for Iceberg tables.
Documentation entry for user-facing changes
Fixes Alter table ADD/DROP/RENAME/MODIFY column for Iceberg tables.
CI/CD Options
Exclude tests:
Regression jobs to run: