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
null_count of DictionaryArray calls the default implementation which gets null count of its data member. So basically it looks at the null count of keys. If a corresponding value of a key is null, null_count cannot get correct null count.
is_null and is_valid also have same issue.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
null_count
ofDictionaryArray
calls the default implementation which gets null count of itsdata
member. So basically it looks at the null count of keys. If a corresponding value of a key is null,null_count
cannot get correct null count.is_null
andis_valid
also have same issue.To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: