-
Notifications
You must be signed in to change notification settings - Fork 328
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: Implement KeyDictBuilder for the merge tree memtable #3334
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #3334 +/- ##
==========================================
- Coverage 85.23% 84.82% -0.41%
==========================================
Files 878 882 +4
Lines 143009 144085 +1076
==========================================
+ Hits 121896 122225 +329
- Misses 21113 21860 +747 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I hereby agree to the terms of the GreptimeDB CLA
What's changed and what's your intention?
This PR implements the KeyDictBuilder for the merge tree memtable
finish()
Checklist
Refer to a related PR or issue link (optional)