Skip to content
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

[C#] ArrayData.NullCount should be a property #22071

Closed
asfimport opened this issue Jun 17, 2019 · 1 comment
Closed

[C#] ArrayData.NullCount should be a property #22071

asfimport opened this issue Jun 17, 2019 · 1 comment

Comments

@asfimport
Copy link
Collaborator

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.

@adamreeve
Copy link
Contributor

@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.

I think this can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants