-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql/schemachanger: use declarative schemachange for add column sequence expr #81781
Copy link
Copy link
Closed
Closed
Copy link
Labels
C-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Description
Currently when adding columns with the declarative schema changer, we fallback to the legacy schema changer when sequence expressions are observed inside newly added columns this was done because:
- We didn't support properly surfacing errors from the backfiller (this was addressed in the original PR)
- We lacked support for updating error related telemetry during executing
Once these two points are addressed we can enable support for the declarative schema changer for all expressions.
Jira issue: CRDB-16067
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)