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)