[
https://issues.apache.org/jira/browse/ARROW-9210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Antoine Pitrou resolved ARROW-9210.
-----------------------------------
Resolution: Fixed
Issue resolved by pull request 7521
[https://github.com/apache/arrow/pull/7521]
> [C++] Use OptionalBitBlockCounter in ArrayDataInlineVisitor
> -----------------------------------------------------------
>
> Key: ARROW-9210
> URL: https://issues.apache.org/jira/browse/ARROW-9210
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++
> Reporter: Wes McKinney
> Assignee: Wes McKinney
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.0.0
>
> Time Spent: 4h 10m
> Remaining Estimate: 0h
>
> This will speed up nearly every code path where it's used in the cases where
> data is mostly not-null or mostly-null, while costing nothing in the
> null_count == 0 case.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)