Ryan Blue created AVRO-1869:
-------------------------------
Summary: 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.1, 1.8.0
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)