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
Previously, we were completely ignoring schema_locked for the TRUNCATE
command, which could changefeeds to break. To address this, this patch
blocks TRUNCATE on schema_locked tables.
Fixes: #151941
Release note (bug fix): schema_locked was not enforced on the TRUNCATE
command, which could cause changefeed jobs to fail.
0 commit comments