You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sql/catalog: exempt views from crdb_region validation
Previously, views using `crdb_region` in expressions were incorrectly rejected
by multi-region validation. The logic assumed that region enums must correspond
to explicit columns in the descriptor, failing to account for views that
reference `crdb_region` from underlying tables.
This change updates the validation to allow such expressions in views.
Fixes#151216
Release note (bug fix): views can now reference the `crdb_region` column from
underlying tables in expressions.
0 commit comments