Too many columns on partitioned table makes database broken
General
Escalation
General
Escalation
Description
Here's the steps to reproduce the issue, if the table is unpartitioned, adding too many columns will fail and table/database remains last working state.
However, if the table is partitioned, add column query fails but also break the table and database, any further queries for this table would fail.
For reference, if step 5b is not executed, nothing broken, otherwise database and table are broken.
Logs (without step 5b, everything works)
Logs (with step 5b, table and database are broken)**
Here's the steps to reproduce the issue, if the table is unpartitioned, adding too many columns will fail and table/database remains last working state.
However, if the table is partitioned, add column query fails but also break the table and database, any further queries for this table would fail.
For reference, if step 5b is not executed, nothing broken, otherwise database and table are broken.
Logs (without step 5b, everything works)
Logs (with step 5b, table and database are broken)**