-
Notifications
You must be signed in to change notification settings - Fork 332
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: initial changes for compaction_time_window field support #1083
feat: initial changes for compaction_time_window field support #1083
Conversation
hi, @etolbakov , are u still working on this PR? |
hi @killme2008 |
I got it. Just a reminder. Go at your own pace. Thank you. |
Hi @v0y4g3r |
Sure, I will review this PR tommorow |
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.
Generally looks good to me. I will resolve the confilicts with upstream so that it can be merged.
…dow field support
@etolbakov I rebased |
Codecov Report
@@ Coverage Diff @@
## develop #1083 +/- ##
===========================================
- Coverage 85.80% 85.44% -0.36%
===========================================
Files 503 506 +3
Lines 76227 76863 +636
===========================================
+ Hits 65403 65675 +272
- Misses 10824 11188 +364 |
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.
Mostly looks good to me 👍
…or the user provided compaction_time_window
@v0y4g3r I've checked the changes after the rebase, 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.
Looking great, thanks @etolbakov
…imeTeam#1083) * feat(compaction_time_window): initial changes for compaction_time_window field support * feat(compaction_time_window): move PickerContext creation * feat(compaction_time_window): update region descriptor, fix formatting * feat(compaction_time_window): add minor enhancements * feat(compaction_time_window): fix failing test * feat(compaction_time_window): return an error instead silently skip for the user provided compaction_time_window * feat(compaction_time_window): add TODO reminder
I hereby agree to the terms of the GreptimeDB CLA
What's changed and what's your intention?
compaction_time_window
inTableOptions
.Checklist
Related issue link
#1055