Fix server crash during ALTER TABLE with uncompleted modifications
Official CH changelog text
Fix possible server crash after ALTER TABLE ... MODIFY COLUMN ... NewType when SELECT have WHERE expression on altering column and alter does not finished yet. #16968 (Amos Bird).