Open vitess-bot[bot] opened 1 week ago
Hello @frouioui, 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 17188 -R vitessio/vitess
git reset --hard origin/release-20.0
git cherry-pick -m 1 2d1e96ac46641d660ee65e43ba69a156495e7b19
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 #17024