Antalya 25.8 backport of #84770: Handle NULLs in ALTER MODIFY COLUMN - #2169
Antalya 25.8 backport of #84770: Handle NULLs in ALTER MODIFY COLUMN#2169mkmkme wants to merge 1 commit into
Conversation
25.8.15 Stable backport of ClickHouse#84770: Handle NULLs in ALTER MODIFY COLUMN
|
The tests passed locally. Let's see if something breaks in CI. After that I'll self-verify |
CI triage — @mkmkmeVerdict: 2 distinct failures, both NOT caused by this PR (1 pre-existing regression-suite failure, 1 CI-infra failure). All build/stateless/integration/stress checks that actually exercise this PR's code are green. Nothing to fix in the PR itself. This PR touches only the nullable→non-nullable conversion path for 1.
|
25.8.15 Stable backport of ClickHouse#84770: Handle NULLs in ALTER MODIFY COLUMN
Same as #1344, but for Antalya 25.8
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)
Documentation entry for user-facing changes
...
CI/CD Options
Exclude tests:
Regression jobs to run: