Skip to content

sql/schemachanger: use declarative schemachange for add column sequence expr #81781

@fqazi

Description

@fqazi

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:

  1. We didn't support properly surfacing errors from the backfiller (this was addressed in the original PR)
  2. 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

Metadata

Metadata

Assignees

Labels

C-bugCode 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)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions