[
https://issues.apache.org/jira/browse/AVRO-1869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15353294#comment-15353294
]
ASF subversion and git services commented on AVRO-1869:
-------------------------------------------------------
Commit 0376544cf47600eb1a23f0dc098051fbc75ec00c in avro's branch
refs/heads/master from [~rdblue]
[ https://git-wip-us.apache.org/repos/asf?p=avro.git;h=0376544 ]
AVRO-1869: Java: Fix Decimal conversion from ByteBuffer.
> Decimal conversion from ByteBuffer ignores buffer position and limit
> --------------------------------------------------------------------
>
> Key: AVRO-1869
> URL: https://issues.apache.org/jira/browse/AVRO-1869
> Project: Avro
> Issue Type: Bug
> Components: java
> Affects Versions: 1.8.0, 1.8.1
> Reporter: Ryan Blue
> Assignee: Ryan Blue
> Fix For: 1.8.2
>
>
> The decimal conversion from a ByteBuffer currently copies the buffer contents
> into an array, but then calls {{array}} on the buffer and uses the buffer's
> internal array rather than the copied bytes. The result is that the
> constructed Decimal value uses whatever the buffer contained without using
> its position or limit.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)