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
catalog/rewrite: rewrite declarative schema changer state for functions
The declarative schema changer state rewrite logic previously skipped
function descriptors. This was an oversight stemming from the fact that
function creation was limited to a single stage. However, with
schema_locked support, function creation involving table references can
now span multiple stages. This patch corrects the oversight by enabling
schema changer state rewriting for functions.
Release note: None
0 commit comments