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
152670: sql/catalog: exempt views from crdb_region validation r=spilchen a=spilchen
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#151216Fixes#152197
Release note (bug fix): views can now reference the `crdb_region` column from underlying tables in expressions.
Co-authored-by: Matt Spilchen <[email protected]>
0 commit comments