-
Notifications
You must be signed in to change notification settings - Fork 283
fix rename column: delete table with old metadata #22182
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
You are nearing your monthly Qodo Merge usage quota. For more information, please visit here. PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
You are nearing your monthly Qodo Merge usage quota. For more information, please visit here. PR Code Suggestions ✨Explore these optional code suggestions:
|
User description
What type of PR is this?
Which issue(s) this PR fixes:
issue #22015
What this PR does / why we need it:
mo_columns
when renaming a column.PR Type
Bug fix
Description
Fix column rename metadata synchronization issue
Reorder table definition updates after metadata deletion
Add BVT test case for rename column operation
Changes diagram
Changes walkthrough 📝
txn_table.go
Fix table definition refresh timing
pkg/vm/engine/disttae/txn_table.go
RefeshTableDef
method to refresh table definitionAlterTable
method for rename operationsalter.result
Add rename column test results
test/distributed/cases/ddl/alter.result
alter.sql
Add rename column test case
test/distributed/cases/ddl/alter.sql
content
tonew_content