-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
ttljob: fix a range edge case #81207
Conversation
Release note: None
263163b
to
bfd1754
Compare
Release note (bug fix): Fix a bug in row-level TTL where the last range key of a table may overlap with a separate table or index, resulting in a "error decoding X bytes" error message when performing row-level TTL.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm.. but there probably are other folks out there who know range encoding better than me, so idk if there's a different way
i looked at how SHOW RANGES FOR TABLE worked and uh yeah this is what i found :D! bors r=rafiss |
Build succeeded: |
Encountered an error creating backports. Some common things that can go wrong:
You might need to create your backport manually using the backport tool. error creating merge commit from 036f3f5 to blathers/backport-release-22.1.0-81207: 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 22.1.0 failed. See errors above. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is otan. |
See individual commits for details.
Refs: #81208