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

fix: don't compare metadata in merge insert to detect if partial schema #3412

Merged
merged 3 commits into from
Jan 23, 2025

Conversation

westonpace
Copy link
Contributor

No description provided.

@@ -415,6 +415,8 @@ impl MergeInsertJob {
SchemaComparison::Subschema => true,
};

dbg!(add_row_addr);
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm sure clippy will make you clean this up

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Shame on me for skipping self-review

@codecov-commenter
Copy link

codecov-commenter commented Jan 23, 2025

Codecov Report

Attention: Patch coverage is 84.61538% with 2 lines in your changes missing coverage. Please review.

Project coverage is 78.67%. Comparing base (3cb54c6) to head (40e4208).
Report is 7 commits behind head on main.

Files with missing lines Patch % Lines
rust/lance/src/dataset/write/merge_insert.rs 81.81% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3412      +/-   ##
==========================================
- Coverage   78.69%   78.67%   -0.02%     
==========================================
  Files         250      250              
  Lines       90879    90934      +55     
  Branches    90879    90934      +55     
==========================================
+ Hits        71517    71546      +29     
- Misses      16419    16438      +19     
- Partials     2943     2950       +7     
Flag Coverage Δ
unittests 78.67% <84.61%> (-0.02%) ⬇️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@westonpace westonpace merged commit 6432a6b into lancedb:main Jan 23, 2025
24 of 27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants