[
https://issues.apache.org/jira/browse/ARROW-1867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16280709#comment-16280709
]
ASF GitHub Bot commented on ARROW-1867:
---------------------------------------
BryanCutler opened a new pull request #1396: ARROW-1867: [Java] Add missing
methods to BitVector from legacy vector class
URL: https://github.com/apache/arrow/pull/1396
After the ValueVector refactor, the BitVector class was missing the methods
setToOne and setRangeToOne from the legacy vector class. This PR adds them
back and restores the BItVector tests to use these APIs.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> [Java] Add BitVector APIs from old vector class
> -----------------------------------------------
>
> Key: ARROW-1867
> URL: https://issues.apache.org/jira/browse/ARROW-1867
> Project: Apache Arrow
> Issue Type: Sub-task
> Components: Java - Vectors
> Reporter: Bryan Cutler
> Assignee: Bryan Cutler
> Labels: pull-request-available
> Fix For: 0.8.0
>
>
> The new BitVector class after the refactoring does not have some of the APIs
> from the previous class such as {{setRangeToOnes}}, etc. Also, I believe
> {{getNullCount}} returned the number of zeros in the vector.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)