-
Notifications
You must be signed in to change notification settings - Fork 706
feat(meta): Implement create/drop MV service v2 #983
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
Conversation
…e v2 Signed-off-by: Bowen Zhou <[email protected]>
yezizp2012
left a comment
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
Codecov Report
@@ Coverage Diff @@
## main #983 +/- ##
============================================
- Coverage 71.66% 71.47% -0.20%
Complexity 2766 2766
============================================
Files 974 973 -1
Lines 57115 57215 +100
Branches 1790 1790
============================================
- Hits 40933 40895 -38
- Misses 15291 15429 +138
Partials 891 891
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
BugenZhao
left a comment
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.
Rest LGTM! Good work.
We may test this along with the Create MV handler. cc @skyzh
Signed-off-by: Bowen Zhou <[email protected]>
xx01cyx
left a comment
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
Signed-off-by: Bowen Zhou [email protected]
What's changed and what's your intention?
This PR implements create and drop MV in catalog service v2 and does some simple refactoring.
Checklist
Refer to a related PR or issue link (optional)
#866