Skip to content
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

feat: add TabelCreator/TableDroper for executing create/drop table #303

Merged
merged 4 commits into from
Oct 15, 2022

Conversation

ShiKaiWi
Copy link
Member

Which issue does this PR close?

Part of #235

Rationale for this change

Refer to #235

What changes are included in this PR?

Add TableCreator/TableDropper to Create/Drop interpreter so that we can choose different implements of create/drop table. After this PR, two kinds of implementations will be provided: catalog_based and meta_based.

Are there any user-facing changes?

None.

How does this change test

Existing UT.

@ShiKaiWi ShiKaiWi mentioned this pull request Oct 14, 2022
6 tasks
server/src/server.rs Outdated Show resolved Hide resolved
interpreters/src/drop/table_dropper/mod.rs Outdated Show resolved Hide resolved
Copy link
Contributor

@Rachelint Rachelint left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ShiKaiWi ShiKaiWi merged commit 4752653 into apache:main Oct 15, 2022
@ShiKaiWi ShiKaiWi deleted the feat-impl-create-drop-table branch October 15, 2022 04:13
chunshao90 pushed a commit to chunshao90/ceresdb that referenced this pull request May 15, 2023
…pache#303)

* feat: add TabelCreator/TableDroper for executing create/drop table

* chore: replace table creator/dropper with Manipulator

* chore: release disk quota before recover cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants