liyafan82 opened a new pull request #11029:
URL: https://github.com/apache/arrow/pull/11029


   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 is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to