Skip to content
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

Merged
merged 2 commits into from
Mar 18, 2022
Merged

Conversation

yezizp2012
Copy link
Member

@yezizp2012 yezizp2012 commented Mar 18, 2022

What's changed and what's your intention?

As title.

Checklist

  • I have written necessary docs and comments
  • I have added necessary unit tests and integration tests

Refer to a related PR or issue link (optional)

Copy link
Contributor

@xx01cyx xx01cyx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

rust/meta/src/manager/catalog_v2.rs Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Mar 18, 2022

Codecov Report

Merging #1057 (aece81e) into main (0d3f50d) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

@@             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              
Flag Coverage Δ
java 61.01% <ø> (ø)
rust 74.26% <0.00%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
rust/meta/src/manager/catalog_v2.rs 0.00% <0.00%> (ø)

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

Copy link
Member

@BugenZhao BugenZhao left a 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;
Copy link
Member

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.

@yezizp2012 yezizp2012 merged commit 30b5c02 into main Mar 18, 2022
@yezizp2012 yezizp2012 deleted the feat/check-ref-for-drop-src branch March 18, 2022 04:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants