Closed vitess-bot[bot] closed 1 month ago
Hello @mattlord, there are conflicts in this backport.
Please address them in order to merge this Pull Request. You can execute the snippet below to reset your branch and resolve the conflict manually.
Make sure you replace origin
by the name of the vitessio/vitess remote
git fetch --all
gh pr checkout 16845 -R vitessio/vitess
git reset --hard origin/release-18.0
git cherry-pick -m 1 712ed8e9f7164b3c94b19a6e6a946bc263060b4e
Hello reviewers! :wave: Please follow this checklist when reviewing this Pull Request.
release notes (needs details)
label if users need to know about this change.-
), and have a clear help text.Jobs
should be named in order to mark it as required
.required
, the maintainer team must be notified._vt
tables and RPCs need to be backward compatible.vtctl
command output order should be stable and awk
-able.
Description
This is a backport of #16843