Conversation
Codecov Report
@@ Coverage Diff @@
## master #1632 +/- ##
=======================================
Coverage 83.02% 83.03%
=======================================
Files 193 193
Lines 55577 55605 +28
=======================================
+ Hits 46145 46169 +24
- Misses 9432 9436 +4
Continue to review full report at Codecov.
|
| fn data(&self) -> &ArrayData { | ||
| &self.data | ||
| } | ||
|
|
There was a problem hiding this comment.
Just to check, these special cases aren't necessary for correctness, as the ArrayData lacks a validity buffer, but just clarity?
There was a problem hiding this comment.
I think so. For example, ArrayData.is_null returns false if its null_bitmap is None. These values are not changed before/after this change.
|
Thank you @tustvold ! |
Which issue does this PR close?
Closes #1625.
Rationale for this change
What changes are included in this PR?
Are there any user-facing changes?