During ALTER TABLE PARTITIONING and REMOVE PARTITIONING DDL replay, schema store adds the new table info but does not remove the old table info.
This leaves a stale entry in tableInfoMap. It does not currently affect the returned physical tables because the final result is filtered by tableMap, but it makes the replayed metadata inconsistent.
During ALTER TABLE PARTITIONING and REMOVE PARTITIONING DDL replay, schema store adds the new table info but does not remove the old table info.
This leaves a stale entry in tableInfoMap. It does not currently affect the returned physical tables because the final result is filtered by tableMap, but it makes the replayed metadata inconsistent.