Removed unnecessary handling logic for columns whose nullability has changed during schema modifications in ClickHouse.
Why it matters
This improvement addresses redundant processing related to columns that undergo nullability changes, optimizing schema alteration operations and ensuring more efficient internal handling of such column modifications.How to use it
This change is internal and transparent to users; no specific action is required. Users will benefit from improved performance and stability when altering column nullability in tables.