-
Notifications
You must be signed in to change notification settings - Fork 706
feat(meta): handling duplicated mv creation in create mv service v2 #1066
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
Signed-off-by: Bowen Zhou <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #1066 +/- ##
============================================
- Coverage 71.76% 71.69% -0.08%
Complexity 2766 2766
============================================
Files 996 996
Lines 84016 84100 +84
Branches 1790 1790
============================================
+ Hits 60293 60294 +1
- Misses 22832 22915 +83
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 |
| Ok(version) | ||
| } | ||
|
|
||
| async fn create_materialized_view_inner( |
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.
how about change create_mview_in_stream_manager to create_materialized_view_inner, and call create_materialized_view_inner directly in create_materialized_view to make it simple.
…o zbw/create-mview-v2-refactor
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.
Rest LGTM
|
Good job, plz help to handle |
Signed-off-by: Bowen Zhou <[email protected]>
Signed-off-by: Bowen Zhou <[email protected]>
Signed-off-by: Bowen Zhou [email protected]
What's changed and what's your intention?
As title. This PR separates mv creation in catalog manager into two parts:
Noted that we should also refactor
create_sourceaccording to this.Checklist
Refer to a related PR or issue link (optional)
Resolve #1019.
Maybe we should merge #1065 first