-
Notifications
You must be signed in to change notification settings - Fork 286
Revert 22092 changes in 2.2-dev due to oom #22157
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
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
This reverts commit 621cc62.
This reverts commit 621cc62.
This reverts commit 621cc62.
User description
What type of PR is this?
Which issue(s) this PR fixes:
issue #22151
What this PR does / why we need it:
Revert 22092 changes in 2.2-dev due to oom
PR Type
Bug fix
Description
Revert changes from PR enable new DML plan for tables with vector columns #22092 causing OOM issues
Add vector column DML operation restriction
Import types package for array type checking
Changes diagram
Changes walkthrough 📝
dml_context.go
Add vector column DML restriction
pkg/sql/plan/dml_context.go
types
package