Liya Fan created ARROW-13792:
--------------------------------
Summary: [Java] The toString representation is incorrect for
unsigned integer vectors
Key: ARROW-13792
URL: https://issues.apache.org/jira/browse/ARROW-13792
Project: Apache Arrow
Issue Type: Bug
Components: Java
Reporter: Liya Fan
Assignee: Liya Fan
When adding a byte 0xff to a UInt1Vector, the {{toString}} method produces
{{[-1]}}. Since the vector contains unsinged integers, the correct result
should be {{[255]}}.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)