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

refactor: move grpc create table to sql crates #689

Merged
merged 2 commits into from
Mar 3, 2023

Conversation

jiacai2050
Copy link
Contributor

@jiacai2050 jiacai2050 commented Mar 2, 2023

Which issue does this PR close?

Part of #682, prepare for influxdb line protocol write.

Rationale for this change

Create table plan from grpc is in grpc crate, which is wrong.

All plan creation logic should be placed in sql crates.

Note: sql may not a good name, I plan to rename this crate to planner in future.

What changes are included in this PR?

Move create plan in grpc to sql crates.

Are there any user-facing changes?

No

How does this change test

CI

Copy link
Member

@ShiKaiWi ShiKaiWi 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 13bd3f3 into apache:main Mar 3, 2023
@jiacai2050 jiacai2050 changed the title fix: move grpc create table to sql crates refactor: move grpc create table to sql crates Mar 8, 2023
chunshao90 pushed a commit to chunshao90/ceresdb that referenced this pull request May 15, 2023
* move grpc create table to sql crates

* fix clippy
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