fix: make to_packed work for typetracer backed IndexedOptionArray, BitMaskedArray, and UnionArray#3608
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files
🚀 New features to boost your workflow:
|
to_packed work for typetracer backed IndexedOptionArrayto_packed work for typetracer backed IndexedOptionArray, BitMaskedArray, and UnionArray
|
@agoose77 could you please take a quick look at my |
There was a problem hiding this comment.
Thanks! This does look good to me 👍
This PR is ready from my side :)
Let's see if @agoose77 has some comments before we merge, ok?
|
The documentation preview is ready to be viewed at http://preview.awkward-array.org.s3-website.us-east-1.amazonaws.com/PR3608 |
Fixes #3607
This PR also adds testing for
to_packedfor all layouts with typetracer backend which wasn't tested so far.