-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
executor: bind the func to memtableRetriever #15181
executor: bind the func to memtableRetriever #15181
Conversation
Codecov Report
@@ Coverage Diff @@
## master #15181 +/- ##
===========================================
Coverage 80.3923% 80.3923%
===========================================
Files 503 503
Lines 132851 132851
===========================================
Hits 106802 106802
Misses 17666 17666
Partials 8383 8383 |
@sre-bot /run-all-tests |
@zz-jason @SunRunAway PTAL~ |
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
@sre-bot /run-all-tests |
@reafans @crazycs520 PTAL~ |
@sre-bot /run-all-tests |
/run-all-tests |
@sre-bot /run-all-tests |
/run-all-tests |
@sre-bot /run-all-tests |
/run-all-tests |
Signed-off-by: Rustin-Liu <[email protected]>
Signed-off-by: Rustin-Liu <[email protected]>
Signed-off-by: Rustin-Liu <[email protected]>
Signed-off-by: Rustin-Liu <[email protected]>
Signed-off-by: Rustin-Liu <[email protected]>
Signed-off-by: Rustin-Liu <[email protected]>
4d46363
to
84139ca
Compare
@lonng @SunRunAway PTAL |
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
/merge |
/run-all-tests |
@Rustin-Liu merge failed. |
@sre-bot /auto-merge |
@Rustin-Liu No command or invalid command |
/run-all-tests |
Signed-off-by: Rustin-Liu [email protected]
What problem does this PR solve?
Bind the func to memtableRetriever.
What is changed and how it works?
Bind the func to memtableRetriever.
Check List
Tests
Code changes
None
Side effects
None
Related changes
PR: #14704
Release note
None