Skip to content

explain: fix plan gist decoding with nil catalog#143506

Merged
craig[bot] merged 1 commit intocockroachdb:masterfrom
yuzefovich:gist-fix
Mar 26, 2025
Merged

explain: fix plan gist decoding with nil catalog#143506
craig[bot] merged 1 commit intocockroachdb:masterfrom
yuzefovich:gist-fix

Conversation

@yuzefovich
Copy link
Copy Markdown
Member

Previously, when catalog wasn't specified during plan gist decoding, we forgot to decode the table ID. This would lead to unexpected remainder of the gist that could result in unexpected behavior, and this is now fixed. Only the "external" variant of decoding is affected, so I decided to not include the release note.

Epic: None
Release note: None

Previously, when catalog wasn't specified during plan gist decoding, we
forgot to decode the table ID. This would lead to unexpected remainder
of the gist that could result in unexpected behavior, and this is now
fixed. Only the "external" variant of decoding is affected, so I decided
to not include the release note.

Release note: None
@yuzefovich yuzefovich added the backport-all Flags PRs that need to be backported to all supported release branches label Mar 26, 2025
@yuzefovich yuzefovich requested a review from mgartner March 26, 2025 18:01
@yuzefovich yuzefovich requested a review from a team as a code owner March 26, 2025 18:01
@cockroach-teamcity
Copy link
Copy Markdown
Member

This change is Reviewable

Copy link
Copy Markdown
Contributor

@mgartner mgartner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice find! :lgtm:

Reviewed 2 of 2 files at r1, all commit messages.
Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @yuzefovich)

@yuzefovich
Copy link
Copy Markdown
Member Author

(The reason I added the backport label is that I've seen in CI that this bug could cause fatal crashes that are not caught by the panic catcher.)

@yuzefovich
Copy link
Copy Markdown
Member Author

TFTR!

bors r+

@craig
Copy link
Copy Markdown
Contributor

craig bot commented Mar 26, 2025

Build failed (retrying...):

@craig
Copy link
Copy Markdown
Contributor

craig bot commented Mar 26, 2025

@craig craig bot merged commit 4aacb91 into cockroachdb:master Mar 26, 2025
24 checks passed
@blathers-crl
Copy link
Copy Markdown

blathers-crl bot commented Mar 26, 2025

Encountered an error creating backports. Some common things that can go wrong:

  1. The backport branch might have already existed.
  2. There was a merge conflict.
  3. The backport branch contained merge commits.

You might need to create your backport manually using the backport tool.


error creating merge commit from fbd8038 to blathers/backport-release-23.2-143506: POST https://api.github.com/repos/cockroachdb/cockroach/merges: 409 Merge conflict []

you may need to manually resolve merge conflicts with the backport tool.

Backport to branch release-23.2 failed. See errors above.


error creating merge commit from fbd8038 to blathers/backport-release-24.1-143506: POST https://api.github.com/repos/cockroachdb/cockroach/merges: 409 Merge conflict []

you may need to manually resolve merge conflicts with the backport tool.

Backport to branch release-24.1 failed. See errors above.


error creating merge commit from fbd8038 to blathers/backport-release-24.3-143506: POST https://api.github.com/repos/cockroachdb/cockroach/merges: 409 Merge conflict []

you may need to manually resolve merge conflicts with the backport tool.

Backport to branch release-24.3 failed. See errors above.


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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-all Flags PRs that need to be backported to all supported release branches backport-failed v25.2.0-prerelease

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants