v.20.6Bug Fix
Fixed bugs in simultaneous ALTER queries leading to incorrect row counts and data issues
Fixed rare bug whenALTER DELETEandALTER MODIFY COLUMNqueries executed simultaneously as a single mutation. Bug leads to an incorrect amount of rows incount.txtand as a consequence incorrect data in part. Also, fix a small bug with simultaneousALTER RENAME COLUMNandALTER ADD COLUMN. #12760 (alesapin).