-
Notifications
You must be signed in to change notification settings - Fork 600
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: check ref count for drop source #1057
Conversation
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 #1057 +/- ##
============================================
- Coverage 71.76% 71.75% -0.01%
Complexity 2766 2766
============================================
Files 995 995
Lines 83665 83675 +10
Branches 1790 1790
============================================
Hits 60041 60041
- Misses 22733 22743 +10
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 |
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!
@@ -20,6 +20,7 @@ pub type DatabaseId = u32; | |||
pub type SchemaId = u32; | |||
pub type TableId = u32; | |||
pub type SourceId = u32; | |||
pub type RelationId = u32; |
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.
We may refactor this using an enum
in the future.
What's changed and what's your intention?
As title.
Checklist
Refer to a related PR or issue link (optional)