-
Notifications
You must be signed in to change notification settings - Fork 286
add alter partition support #22584
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
base: main
Are you sure you want to change the base?
add alter partition support #22584
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 #16438
What this PR does / why we need it:
support alter table add/drop/truncate/redefine partitions
PR Type
Enhancement
Description
Add comprehensive ALTER TABLE partition support
Implement ADD, DROP, TRUNCATE, and REDEFINE operations
Add partition service methods and storage layer
Include comprehensive test coverage for operations
Diagram Walkthrough
File Walkthrough
8 files
Add partition storage operations implementation
Implement partition service ALTER methods
Add ALTER partition compilation support
Define partition service interface methods
Add ALTER partition plan building
Refactor expression handling for range partitions
Refactor expression handling for list partitions
Add ALTER partition protobuf definitions
3 files
Add comprehensive ALTER partition tests
Add mock storage methods for testing
Fix partition count assertion in tests
2 files
Fix memory management in ALTER clauses
Fix context usage in partition metadata
1 files