Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

schemachanger: remove RBR fallback for add column #140617

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

annrpom
Copy link
Contributor

@annrpom annrpom commented Feb 6, 2025

This PR is stacked on top of another one!

Please consider reviewing that PR first. This message will be removed once the prerequisite PR is merged and this one is rebased.


This patch removes the regional by row fallback for ADD COLUMN
in the declarative schema changer.

Epic: CRDB-31282
Fixes: #80545

Release note: None

@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link

blathers-crl bot commented Feb 10, 2025

It looks like your PR touches production code but doesn't add or edit any test code. Did you consider adding tests to your PR?

🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.

@annrpom annrpom force-pushed the add-column-rbr branch 2 times, most recently from 6731fed to f288f4b Compare February 11, 2025 20:17
Some precursor work to remove RBR fallbacks for ADD COLUMN.

Epic: CRDB-31282
Informs: cockroachdb#80545

Release note: None
Some precursor work to remove RBR fallbacks for ADD COLUMN.

Epic: CRDB-31282
Informs: cockroachdb#80545

Release note: None
Copy link

blathers-crl bot commented Feb 18, 2025

Your pull request contains more than 1000 changes. It is strongly encouraged to split big PRs into smaller chunks.

🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.

@annrpom annrpom force-pushed the add-column-rbr branch 2 times, most recently from 4d2e3b6 to afe63bb Compare February 19, 2025 18:24
This patch removes the regional by row fallback for `ADD COLUMN`
in the declarative schema changer.

Epic: CRDB-31282
Fixes: cockroachdb#80545

Release note: None
@annrpom annrpom marked this pull request as ready for review February 19, 2025 18:25
@annrpom annrpom requested a review from a team as a code owner February 19, 2025 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sql/schemachanger: remove regional-by-row fallback from add column in declarative schema changer
2 participants