v.25.2Bug Fix

Fixed Crashes in MergeTree Due to Asynchronous RENAME Queries

Fixed rare crashes while reading from MergeTree table after multiple asynchronous RENAME queries (with alter_sync = 0) between columns with different types. #75693 (Anton Popov).