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: update ceresdb proto & adapter to partition info #515

Merged
merged 6 commits into from
Dec 29, 2022
Merged

feat: update ceresdb proto & adapter to partition info #515

merged 6 commits into from
Dec 29, 2022

Conversation

ZuLiangWang
Copy link
Contributor

Which issue does this PR close?

Closes #

Rationale for this change

To support creation of partition tables, we have updated the data structure in ceresdbproto and added encodedPartitionInfo. CeresDB needs to adapt to this adjustment.

What changes are included in this PR?

  • Update ceresdbproto
  • Adapt to new data structures.
  • Modify meta_update to decode/encode oneof struct.

Are there any user-facing changes?

None.

How does this change test

Pass exists unit tests.

@ZuLiangWang ZuLiangWang marked this pull request as ready for review December 27, 2022 12:03
interpreters/src/table_manipulator/meta_based.rs Outdated Show resolved Hide resolved
interpreters/src/table_manipulator/meta_based.rs Outdated Show resolved Hide resolved
interpreters/src/table_manipulator/meta_based.rs Outdated Show resolved Hide resolved
meta_client/src/types.rs Outdated Show resolved Hide resolved
proto/protos/meta_update.proto Outdated Show resolved Hide resolved
table_engine/src/partition/mod.rs Outdated Show resolved Hide resolved
table_engine/src/partition/mod.rs Outdated Show resolved Hide resolved
table_engine/src/partition/mod.rs Outdated Show resolved Hide resolved
interpreters/src/table_manipulator/meta_based.rs Outdated Show resolved Hide resolved
analytic_engine/src/meta/meta_update.rs Outdated Show resolved Hide resolved
@chunshao90 chunshao90 changed the title update ceresdb proto & adapter to partition info feat: update ceresdb proto & adapter to partition info Dec 27, 2022
Copy link
Contributor

@chunshao90 chunshao90 left a comment

Choose a reason for hiding this comment

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

analytic_engine/src/meta/meta_update.rs Outdated Show resolved Hide resolved
meta_client/src/types.rs Outdated Show resolved Hide resolved
proto/protos/meta_update.proto Outdated Show resolved Hide resolved
proto/protos/meta_update.proto Outdated Show resolved Hide resolved
proto/protos/meta_update.proto Show resolved Hide resolved
table_engine/src/partition/mod.rs Outdated Show resolved Hide resolved
table_engine/src/partition/mod.rs Outdated Show resolved Hide resolved
table_engine/src/partition/mod.rs Outdated Show resolved Hide resolved
meta_client/src/types.rs Outdated Show resolved Hide resolved
interpreters/src/table_manipulator/meta_based.rs Outdated Show resolved Hide resolved
table_engine/src/partition/mod.rs Outdated Show resolved Hide resolved
Copy link
Contributor

@chunshao90 chunshao90 left a comment

Choose a reason for hiding this comment

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

LGTM

@ZuLiangWang ZuLiangWang merged commit 56081b0 into apache:main Dec 29, 2022
chunshao90 pushed a commit to chunshao90/ceresdb that referenced this pull request May 15, 2023
* update ceresdb proto & adapter to partition info

* refactor by cr

* fix CI

* refactor by cr

* add encoder test

Co-authored-by: jiacai2050 <dev@liujiacai.net>
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.

4 participants