-
Notifications
You must be signed in to change notification settings - Fork 283
create/drop pitr internal #22114
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: 2.2-dev
Are you sure you want to change the base?
create/drop pitr internal #22114
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
User description
What type of PR is this?
Which issue(s) this PR fixes:
issue #21914
What this PR does / why we need it:
create/drop pitr internal
PR Type
Enhancement
Description
Add CREATE/DROP PITR internal commands support
Implement PITR management for cluster, account, database, and table levels
Add comprehensive test coverage for PITR operations
Extend SQL parser with INTERNAL keyword support
Changes diagram
Changes walkthrough 📝
14 files
Add CreatePitr and DropPitr implementation
Add PITR plan building functions
Add PITR operation routing
Add Internal flag to PITR structures
Update PITR statement kind handling
Add CreatePitr and DropPitr types
Add PITR statement routing
Add GetAccountName interface method
Add INTERNAL keyword support
Implement GetAccountName method
Add GetAccountName stub implementation
Add GetAccountName stub implementation
Add INTERNAL keyword and grammar rules
Add CreatePitr and DropPitr protobuf messages
3 files
Add comprehensive PITR operation tests
Add GetAccountName mock method
Add GetAccountName mock implementation
2 files