Skip to content

Conversation

@zvonand
Copy link
Collaborator

@zvonand zvonand commented Jan 15, 2026

Changelog category (leave one):

  • Backward Incompatible Change

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:

  • Fast test
  • Integration Tests
  • Stateless tests
  • Stateful tests
  • Performance tests
  • All with ASAN
  • All with TSAN
  • All with MSAN
  • All with UBSAN
  • All with Coverage
  • All with Aarch64
  • All Regression
  • Disable CI Cache

Regression jobs to run:

  • Fast suites (mostly <1h)
  • Aggregate Functions (2h)
  • Alter (1.5h)
  • Benchmark (30m)
  • ClickHouse Keeper (1h)
  • Iceberg (2h)
  • LDAP (1h)
  • Parquet (1.5h)
  • RBAC (1.5h)
  • SSL Server (1h)
  • S3 (2h)
  • Tiered Storage (2h)

…umn_null_to_default

Handle NULLs in ALTER MODIFY COLUMN
@zvonand zvonand added the 25.8.14 25.8.14 Stable label Jan 15, 2026
@github-actions
Copy link

Workflow [PR], commit [c02739b]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

25.8.14 25.8.14 Stable

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants