Re: [I] [C++] Real null count for DictionaryArray [arrow]

2023-11-27 Thread via GitHub
bkietz closed issue #38457: [C++] Real null count for DictionaryArray URL: https://github.com/apache/arrow/issues/38457 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[I] [C++] Real Null Count For DictionaryArray [arrow]

2023-10-25 Thread via GitHub
R-JunmingChen opened a new issue, #38457: URL: https://github.com/apache/arrow/issues/38457 ### Describe the enhancement requested Currently, `DictionaryArray.null_count()` counts the number of nulls among the dict indices, but ignores nulls among dict values. It will be useful that