You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Ji Liu (Jira)" <ji...@apache.org> on 2019/10/29 12:47:00 UTC

[jira] [Created] (ARROW-7021) [Java] UnionFixedSizeListWriter decimal type should check writer index

Ji Liu created ARROW-7021:
-----------------------------

             Summary: [Java] UnionFixedSizeListWriter decimal type should check writer index
                 Key: ARROW-7021
                 URL: https://issues.apache.org/jira/browse/ARROW-7021
             Project: Apache Arrow
          Issue Type: Bug
          Components: Java
            Reporter: Ji Liu
            Assignee: Ji Liu


{{UnionFixedSizeListWriter}} should check writer index for decimal type (just as other types) to ensure the values written not exceed listSize.

Otherwise, the writer may continue to write data into it’s underlying vector quietly even the the writer.idx() > listSize * index.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)