You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "SIDDHARTH TEOTIA (JIRA)" <ji...@apache.org> on 2017/08/04 09:36:00 UTC

[jira] [Commented] (ARROW-1331) [Java] Adding test cases for all vectors

    [ https://issues.apache.org/jira/browse/ARROW-1331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16114168#comment-16114168 ] 

SIDDHARTH TEOTIA commented on ARROW-1331:
-----------------------------------------

It is likely that we some/all of these test cases. They are split in multiple files:

TestValueVector combines test cases for different vector types. ListVector, UnionVector, and some other types have separate test files. 

(1) Recently we added splitAndTransfer test cases for UnionVector, ListVector -- https://github.com/apache/arrow/pull/901
(2) splitAndTransfer for BitVector -- https://github.com/apache/arrow/pull/890
(3) Some tests for ListVector in this PR -- https://github.com/apache/arrow/pull/925 (opened)
(4) Tests on fillEmpties -- https://github.com/apache/arrow/pull/880
(5) Tests on lastSet -- https://github.com/apache/arrow/pull/868

I am working on some more test cases and will try to cover these as part of that patch. I can take over this JIRA if you don't mind.

> [Java] Adding test cases for all vectors
> ----------------------------------------
>
>                 Key: ARROW-1331
>                 URL: https://issues.apache.org/jira/browse/ARROW-1331
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Java - Vectors
>            Reporter: Abhay Dandekar
>
> Adding new testcases for all  the datatypes in Java Vectors module.
> Following are the data-types that need test-cases:
> 1. IntVector
> 2. BigIntVector
> 3. SmallIntVector
> 4. Float4Vector
> 5. Float8Vector
> Test cases are needed to take care of the following operations
> 1. Max size allocation
> 2. Insert 
> 3. Reset 
> 4. Copy 
> 5. Transfer 
> 6. Allocation and reallocation



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)