-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: introduce
TableOperator
to encasulate operation of tables (#808)
* add `register_table` in `Schema`, adapt this change in volatile based schema impl. * refactor table opertations. * abort the modification in meta event service. * add table operator to meta_event_service. * add table operator to local recovery. * make clippy happy. * update integration tests. * remove useless table operation methods, and schema id in related requests. * address CR.
- Loading branch information
Showing
17 changed files
with
698 additions
and
456 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
Oops, something went wrong.