Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
132168: workload/schemachanger: fix failure in foreign key operation generation r=fqazi a=fqazi Certain errors were supposed to be ignored when validating foreign keys, when column types are not comparable. These are meant to be ignored and when foreign keys refer to the table itself we were also using the wrong column information when running queries. To address this, the error detection for foreign key validation has been updated and the correct column information is passed. This could lead to intermittent failures in the workload. Fixes: cockroachdb#131365 Release note: None Co-authored-by: Faizan Qazi <[email protected]>
- Loading branch information