Cherry-pick all pending PRs into release-17.0#13364
Merged
mattlord merged 7 commits intovitessio:release-17.0from Jun 23, 2023
Merged
Cherry-pick all pending PRs into release-17.0#13364mattlord merged 7 commits intovitessio:release-17.0from
release-17.0#13364mattlord merged 7 commits intovitessio:release-17.0from
Conversation
Contributor
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
If a new flag is being introduced:
If a workflow is added or modified:
Bug fixes
Non-trivial changes
New/Existing features
Backward compatibility
|
…itessio#13273) * Set the number of threads for release notes generation by a flag Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr> * Add the flag to the release instructions and remove the make commande for release notes Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr> --------- Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
These need to be escaped as SQL strings for queries against the `information_schema` or otherwise any names that need quotes will break. Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com> Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
…m` (vitessio#13330) Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
…3332) * bugfix: left join predicate only depending on RHS turns into inner join Signed-off-by: Andres Taylor <andres@planetscale.com> * bugfix: use the incoming type fields to calculate the outgoing types Signed-off-by: Andres Taylor <andres@planetscale.com> * bugfix: filter was using wrong method on evalengine Signed-off-by: Andres Taylor <andres@planetscale.com> --------- Signed-off-by: Andres Taylor <andres@planetscale.com> Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Signed-off-by: Andrew Mason <andrew@planetscale.com> Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
…tessio#13339) * Add BackupPosition and BackupTime as metrics to vttablet Signed-off-by: Rohit Nayak <rohit@planetscale.com> * add to release notes Signed-off-by: deepthi <deepthi@planetscale.com> --------- Signed-off-by: Rohit Nayak <rohit@planetscale.com> Signed-off-by: deepthi <deepthi@planetscale.com> Co-authored-by: deepthi <deepthi@planetscale.com> Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
5addb03 to
1257833
Compare
This was referenced Jun 23, 2023
[release-17.0] Bug fix: SQL queries erroring with message
unknown aggregation random (#13330)
#13335
Closed
Closed
Closed
harshit-gangal
approved these changes
Jun 23, 2023
mattlord
approved these changes
Jun 23, 2023
ajm188
reviewed
Jun 23, 2023
Contributor
ajm188
left a comment
There was a problem hiding this comment.
i have one concern but otherwise fine
| pflag.Parse() | ||
|
|
||
| log.Println(numberOfThreads) | ||
| os.Exit(1) |
Member
Author
There was a problem hiding this comment.
@ajm188 correct! the release team and I saw that. I'll fix it on release-17.0 later.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR aggregates all pending backport PRs and cherry-picks them all. We current cannot merge the vitess-bot PRs due to a GH bug. In order to unblock the release team for
v17.0.0this PR cherry-picks all that's needed.unknown aggregation random#13330In order to keep track of the history - Please do not Squash Merge this PR.
Related Issue(s)
Checklist
Deployment Notes