Since the sub tables of the partition table are distributed on different nodes, some sub tables often fail to be deleted when deleting the partition table. We need to ensure that the deletion of the partition table is idempotent and can be deleted in extreme cases. Partition Table.
Detailed Changes
Ignore the verification of each sub-table when deleting the partition table, try to delete each sub table.
Rationale
Since the sub tables of the partition table are distributed on different nodes, some sub tables often fail to be deleted when deleting the partition table. We need to ensure that the deletion of the partition table is idempotent and can be deleted in extreme cases. Partition Table.
Detailed Changes
Ignore the verification of each sub-table when deleting the partition table, try to delete each sub table.
Test Plan
Pass all unit tests and integration test.