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: split common-meta-store #6456

Merged
merged 3 commits into from
Jul 5, 2022

Conversation

PsiACE
Copy link
Member

@PsiACE PsiACE commented Jul 5, 2022

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/

Summary

After this split:

  • query/common/meta will be available as a common crate named common-meta-store

Related #6180

@PsiACE PsiACE requested a review from drmingdrmer July 5, 2022 03:19
@vercel
Copy link

vercel bot commented Jul 5, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated
databend ⬜️ Ignored (Inspect) Jul 5, 2022 at 3:19AM (UTC)

@mergify mergify bot added the pr-refactor this PR changes the code base without new features or bugfix label Jul 5, 2022
@PsiACE
Copy link
Member Author

PsiACE commented Jul 5, 2022

It seems that it lacks some tests and could be added if necessary.

@Xuanwo
Copy link
Member

Xuanwo commented Jul 5, 2022

This crate provide very litter APIs, how about merging within meta?

Copy link
Member

@drmingdrmer drmingdrmer left a comment

Choose a reason for hiding this comment

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

LGTM

@PsiACE
Copy link
Member Author

PsiACE commented Jul 5, 2022

This crate provide very litter APIs, how about merging within meta?

But which meta would be better for us to move it to? It looks like it's just a thin layer and the other meta components have clearer boundaries.

@drmingdrmer
Copy link
Member

This crate provide very litter APIs, how about merging within meta?

Not very sure about it. there may be dependency issues if moving it to an existent common/meta/* crate.

@BohuTANG BohuTANG merged commit 4f26d19 into databendlabs:main Jul 5, 2022
@PsiACE PsiACE deleted the split-common-meta-store branch July 5, 2022 04:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-refactor this PR changes the code base without new features or bugfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants