You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@CurtHagenlocher I just came across this issue. We decided that we shouldn't change ArrayData.NullCount to be a property in #41144 to prevent breaking the ABI but instead trigger computing from the Array.NullCount property.
ArrayData.NullCount should be a property so that it can be computed when necessary: for ex: after Slice(), NullCount is -1 and needs to be computed
Reporter: Prashanth Govindarajan / @pgovind
Note: This issue was originally created as ARROW-5634. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: