-
Notifications
You must be signed in to change notification settings - Fork 79
Fixing check for shared history in union #904
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
|
📖 Docs for this PR can be previewed here |
Codecov Report
@@ Coverage Diff @@
## main #904 +/- ##
=======================================
Coverage 93.40% 93.41%
=======================================
Files 26 26
Lines 20395 20389 -6
Branches 825 825
=======================================
- Hits 19050 19046 -4
+ Misses 1308 1306 -2
Partials 37 37
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
Great stuff! I'll review after #897 is in and we have a clean diff. |
|
Waiting for #917 |
|
Probably a good idea to get this one shipped away @mufernando - can you bring it up to date please? |
64b4655 to
fc6ece7
Compare
|
I think this is done. I don't know why some tests are failing, because locally they all run fine. Also the error is in a test completely unrelated. |
|
I've seen this one fail before - worryingly it seems flakey. Let me look into it! |
|
It has passed on a re-run. |
benjeffery
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.
Just one question about the C tests.
e8216c4 to
7b04c69
Compare
petrelharp
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! Thanks!
benjeffery
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! Can we get a squash up in here?
7b04c69 to
749e2ae
Compare
|
Done! Thank you all! |
Union should ignore top-level metadata/schema and provenance tables when checking for shared history equality.