sql: drop table does not block early enough against declarative schema changer #99379
Labels
branch-master
Failures and bugs on the master branch.
branch-release-23.1
Used to mark GA and release blockers, technical advisories, and bugs for 23.1
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Currently, the code to block drops inside the legacy schema changer when an ongoing declarative schema
change is happing is too deep inside. This can lead to scenarios where legacy schema changes can encounter
errors instead of returning properly errors.
Jira issue: CRDB-25853
The text was updated successfully, but these errors were encountered: