You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Micah Kornfield (Jira)" <ji...@apache.org> on 2021/09/02 04:26:00 UTC

[jira] [Resolved] (ARROW-13792) [Java] The toString representation is incorrect for unsigned integer vectors

     [ https://issues.apache.org/jira/browse/ARROW-13792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Micah Kornfield resolved ARROW-13792.
-------------------------------------
    Fix Version/s: 6.0.0
       Resolution: Fixed

Issue resolved by pull request 11029
[https://github.com/apache/arrow/pull/11029]

> [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
>             Fix For: 6.0.0
>
>          Time Spent: 2h 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)