-
Notifications
You must be signed in to change notification settings - Fork 60
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
prepare 0.3.0 #305
prepare 0.3.0 #305
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #305 +/- ##
=======================================
Coverage 72.51% 72.51%
=======================================
Files 43 43
Lines 7783 7783
Branches 7783 7783
=======================================
Hits 5644 5644
Misses 1768 1768
Partials 371 371 ☔ View full report in Codecov by Sentry. |
47fc9ec
to
ccdaf08
Compare
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 with one nit!
@@ -167,6 +167,8 @@ impl DeletionVectorDescriptor { | |||
} | |||
} | |||
|
|||
/// Materialize the row indexes of the deletion vector as a Vec<u64> in which each element |
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.
Generally I don't love making any "real" changes in these kinds of PRs. For now it's probably fine, but we should get in the habit of making these first
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.
Ah yea agree probably not the best spot for it - just noticed we missed some documentation earlier..
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.
Agreed with Nick, but I appreciate you plugging the hole here
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.
LGMT
release
0.3.0
🚀(don't merge for me please, I'll adjust the date in the changelog when I'm actually about to do the release)