25.8.15 Stable backport of #84770: Handle NULLs in ALTER MODIFY COLUMN#1344
25.8.15 Stable backport of #84770: Handle NULLs in ALTER MODIFY COLUMN#1344zvonand merged 4 commits intoreleases/25.8.15from
Conversation
…umn_null_to_default Handle NULLs in ALTER MODIFY COLUMN
…atabases test: fix flakiness of test_async_load_databases (pushing to MV reordered and lack of proper cleanup)
|
S3 fails: Altinity/clickhouse-regression#93 Aggregate fails: |
QA VerificationChanges Reviewed:
Verification Criteria:
* Remaining Failures
Notes:
Adding verified label. |
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
ALTER MODIFY COLUMN now requires explicit DEFAULT when converting nullable columns to non-nullable types. Previously such ALTERs could get stuck with cannot convert null to not null errors, now NULLs are replaced with column's default expression (ClickHouse#84770 by @vdimir)
CI/CD Options
Exclude tests:
Regression jobs to run: