-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[release-16.0] Make column resolution closer to MySQL (#14426) #14428
Merged
Conversation
This file contains 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
vitess-bot
bot
added
Backport
This is a backport
Component: Query Serving
Merge Conflict
Skip CI
Skip CI actions from running
Type: Bug
labels
Nov 2, 2023
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
Hello @systay, 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
|
vitess-bot
bot
added
NeedsDescriptionUpdate
The description is not clear or comprehensive enough, and needs work
NeedsIssue
A linked issue is missing for this Pull Request
NeedsWebsiteDocsUpdate
What it says
labels
Nov 2, 2023
vitess-bot
bot
requested review from
arthurschreiber,
frouioui,
GuptaManan100 and
systay
November 2, 2023 12:03
systay
force-pushed
the
backport-14426-to-release-16.0
branch
from
November 6, 2023 07:28
f139e76
to
544c567
Compare
systay
removed
NeedsDescriptionUpdate
The description is not clear or comprehensive enough, and needs work
NeedsWebsiteDocsUpdate
What it says
Skip CI
Skip CI actions from running
NeedsIssue
A linked issue is missing for this Pull Request
Merge Conflict
labels
Nov 6, 2023
Signed-off-by: Andres Taylor <[email protected]>
systay
force-pushed
the
backport-14426-to-release-16.0
branch
from
November 6, 2023 07:33
03f137f
to
f279dfa
Compare
4 tasks
timvaillancourt
added a commit
to slackhq/vitess
that referenced
this pull request
Nov 9, 2023
* make column resolution closer to mysql Signed-off-by: Andres Taylor <[email protected]> * Fix bad merge conflict fix Signed-off-by: Tim Vaillancourt <[email protected]> * Possible horizon_planning.go fix Signed-off-by: Tim Vaillancourt <[email protected]> * Fix aggr_cases.json plan Signed-off-by: Tim Vaillancourt <[email protected]> * Fix group by order Signed-off-by: Tim Vaillancourt <[email protected]> * Remove 'TablesUsed', not in v14 Signed-off-by: Tim Vaillancourt <[email protected]> --------- Signed-off-by: Andres Taylor <[email protected]> Signed-off-by: Tim Vaillancourt <[email protected]> Co-authored-by: Andres Taylor <[email protected]>
4 tasks
…426-to-release-16.0 Signed-off-by: Harshit Gangal <[email protected]>
harshit-gangal
approved these changes
Nov 10, 2023
systay
approved these changes
Nov 10, 2023
timvaillancourt
added a commit
to slackhq/vitess
that referenced
this pull request
Nov 12, 2023
* make column resolution closer to mysql Signed-off-by: Andres Taylor <[email protected]> * Fix bad merge conflict fix Signed-off-by: Tim Vaillancourt <[email protected]> * Possible horizon_planning.go fix Signed-off-by: Tim Vaillancourt <[email protected]> * Fix aggr_cases.json plan Signed-off-by: Tim Vaillancourt <[email protected]> * Fix group by order Signed-off-by: Tim Vaillancourt <[email protected]> * Remove 'TablesUsed', not in v14 Signed-off-by: Tim Vaillancourt <[email protected]> --------- Signed-off-by: Andres Taylor <[email protected]> Signed-off-by: Tim Vaillancourt <[email protected]> Co-authored-by: Andres Taylor <[email protected]>
Merged
4 tasks
timvaillancourt
added a commit
to slackhq/vitess
that referenced
this pull request
Nov 13, 2023
* make column resolution closer to mysql Signed-off-by: Andres Taylor <[email protected]> * Fix auto-merge-conflict resolution problem Signed-off-by: Tim Vaillancourt <[email protected]> * Update expected plan in aggr_cases.json Signed-off-by: Tim Vaillancourt <[email protected]> --------- Signed-off-by: Andres Taylor <[email protected]> Signed-off-by: Tim Vaillancourt <[email protected]> Co-authored-by: Andres Taylor <[email protected]>
timvaillancourt
added a commit
to slackhq/vitess
that referenced
this pull request
Nov 13, 2023
) (#167) * `slack-vitess-r14.0.5`: backport vitessio#14428 from v16 (#165) * make column resolution closer to mysql Signed-off-by: Andres Taylor <[email protected]> * Fix bad merge conflict fix Signed-off-by: Tim Vaillancourt <[email protected]> * Possible horizon_planning.go fix Signed-off-by: Tim Vaillancourt <[email protected]> * Fix aggr_cases.json plan Signed-off-by: Tim Vaillancourt <[email protected]> * Fix group by order Signed-off-by: Tim Vaillancourt <[email protected]> * Remove 'TablesUsed', not in v14 Signed-off-by: Tim Vaillancourt <[email protected]> --------- Signed-off-by: Andres Taylor <[email protected]> Signed-off-by: Tim Vaillancourt <[email protected]> Co-authored-by: Andres Taylor <[email protected]> * Update e2e vttablet.txt Signed-off-by: Tim Vaillancourt <[email protected]> * Update e2e vtgate.txt Signed-off-by: Tim Vaillancourt <[email protected]> --------- Signed-off-by: Andres Taylor <[email protected]> Signed-off-by: Tim Vaillancourt <[email protected]> Co-authored-by: Andres Taylor <[email protected]>
Closed
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 is a backport of #14426