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: impl PartitionTable #512

Merged
merged 7 commits into from
Dec 29, 2022
Merged

feat: impl PartitionTable #512

merged 7 commits into from
Dec 29, 2022

Conversation

chunshao90
Copy link
Contributor

@chunshao90 chunshao90 commented Dec 27, 2022

Which issue does this PR close?

Closes #
Part of #492

Rationale for this change

To read and write a partition table, a new table implementation such as "PartitionTable" is required.

What changes are included in this PR?

  • Implement PartitionTable to read and write the partitioned table in other remote ceresdb-server.
  • Add schema_name in space.

Are there any user-facing changes?

Support read and write partition table.

How does this change test

Manual testing.

@chunshao90 chunshao90 mentioned this pull request Dec 27, 2022
7 tasks
@chunshao90 chunshao90 marked this pull request as ready for review December 29, 2022 07:22
analytic_engine/src/table/partition.rs Outdated Show resolved Hide resolved
analytic_engine/src/table/partition.rs Outdated Show resolved Hide resolved
analytic_engine/src/table/partition.rs Outdated Show resolved Hide resolved
analytic_engine/src/table/partition.rs Outdated Show resolved Hide resolved
analytic_engine/src/table/partition.rs Outdated Show resolved Hide resolved
analytic_engine/src/table/partition.rs Outdated Show resolved Hide resolved
analytic_engine/src/setup.rs Outdated Show resolved Hide resolved
analytic_engine/src/table/partition.rs Show resolved Hide resolved
analytic_engine/src/engine.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

@chunshao90 chunshao90 merged commit 601a7e3 into apache:main Dec 29, 2022
chunshao90 added a commit to chunshao90/ceresdb that referenced this pull request May 15, 2023
* feat: impl PartitionTable

* feat: use DfPartitionRuleAdapter as partition rule

* feat: new PartitionTable with remote engine

* chore: make CI happy

* chore: refactor code

* refactor by CR

* refactor by CR
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.

None yet

2 participants