-
Notifications
You must be signed in to change notification settings - Fork 1
Preparation for list-struct backend for NestedExtensionArray #242
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #242 +/- ##
==========================================
+ Coverage 98.17% 98.27% +0.09%
==========================================
Files 14 14
Lines 1316 1331 +15
==========================================
+ Hits 1292 1308 +16
+ Misses 24 23 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Click here to view all benchmarks. |
Commit list is way too long, I just wanted to take few changes from the previous implementation attempt. |
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.
Looks good, just one docs request
This PR adds a couple of helper functions to prepare a transition from struct-list chunked array to list-structure chunked array as the storage of
NestedExtensionArray
data.