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(mito): Support deleting rows in mito2 #2275

Merged

Conversation

evenyag
Copy link
Contributor

@evenyag evenyag commented Aug 29, 2023

I hereby agree to the terms of the GreptimeDB CLA

What's changed and what's your intention?

This PR supports deleting rows by primary key and time index in mito2.

It also adds tests for deleting and overwriting rows.

Checklist

  • I have written the necessary rustdoc comments.
  • I have added the necessary unit tests and integration tests.

Refer to a related PR or issue link (optional)

@evenyag evenyag changed the title feat(mito): Support delete rows in mito2 feat(mito): Support deleting rows in mito2 Aug 29, 2023
@evenyag evenyag self-assigned this Aug 29, 2023
@evenyag evenyag requested review from v0y4g3r and waynexia August 29, 2023 06:52
@evenyag evenyag marked this pull request as ready for review August 29, 2023 06:52
@codecov
Copy link

codecov bot commented Aug 29, 2023

Codecov Report

Merging #2275 (0d08833) into develop (ef75e8f) will decrease coverage by 0.37%.
Report is 2 commits behind head on develop.
The diff coverage is 97.67%.

@@             Coverage Diff             @@
##           develop    #2275      +/-   ##
===========================================
- Coverage    85.33%   84.97%   -0.37%     
===========================================
  Files          712      712              
  Lines       116983   117265     +282     
===========================================
- Hits         99831    99649     -182     
- Misses       17152    17616     +464     

@evenyag evenyag changed the base branch from develop to migrate-region-server August 30, 2023 07:47
@evenyag evenyag requested a review from fengjiachun August 31, 2023 09:53
Copy link
Collaborator

@fengjiachun fengjiachun left a comment

Choose a reason for hiding this comment

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

LGTM

@evenyag evenyag added this pull request to the merge queue Sep 1, 2023
Merged via the queue into GreptimeTeam:migrate-region-server with commit ec9b540 Sep 1, 2023
@evenyag evenyag deleted the feat/mito2-delete branch September 1, 2023 06:57
waynexia pushed a commit that referenced this pull request Sep 12, 2023
* feat: check delete request

* test: test delete and overwrite
waynexia pushed a commit that referenced this pull request Sep 12, 2023
* feat: check delete request

* test: test delete and overwrite
waynexia pushed a commit that referenced this pull request Sep 12, 2023
* feat: check delete request

* test: test delete and overwrite
WenyXu pushed a commit to WenyXu/greptimedb that referenced this pull request Sep 13, 2023
* feat: check delete request

* test: test delete and overwrite
paomian pushed a commit to paomian/greptimedb that referenced this pull request Oct 19, 2023
* feat: check delete request

* test: test delete and overwrite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants