[
https://issues.apache.org/jira/browse/ARROW-13792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-13792:
-----------------------------------
Labels: pull-request-available (was: )
> [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
> Priority: Major
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)