race condition between ADD COLUMN and a subsequent UPDATE #97706
Labels
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
O-community
Originated from the community
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
X-blathers-triaged
blathers was able to find an owner
Describe the problem
I v22.2.X if you execute a
ADD COLUMN
followed by anUPDATE
over that column, theUPDATE
stmt fails withcolumn doesn't exist
.To Reproduce
22.1.15 works ✔️
Start container:
Execute:
22.2.5 fails ❌
Start container:
Execute:
Got error:
Expected behavior
The stmt to work as it was working in 22.1.X
Environment:
cockroach sql
]Additional context
The development is block on our side, integration tests are failing because of this.
Jira issue: CRDB-24837
The text was updated successfully, but these errors were encountered: