[
https://issues.apache.org/jira/browse/HBASE-4648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13136504#comment-13136504
]
Hudson commented on HBASE-4648:
-------------------------------
Integrated in HBase-TRUNK #2371 (See
[https://builds.apache.org/job/HBase-TRUNK/2371/])
HBASE-4648 Bytes.toBigDecimal() doesn't use offset
larsh :
Files :
* /hbase/trunk/CHANGES.txt
* /hbase/trunk/src/main/java/org/apache/hadoop/hbase/util/Bytes.java
* /hbase/trunk/src/test/java/org/apache/hadoop/hbase/util/TestBytes.java
> Bytes.toBigDecimal() doesn't use offset
> ---------------------------------------
>
> Key: HBASE-4648
> URL: https://issues.apache.org/jira/browse/HBASE-4648
> Project: HBase
> Issue Type: Bug
> Components: util
> Affects Versions: 0.90.4
> Environment: Java 1.6.0_26, Mac OS X 10.7 and CentOS 6
> Reporter: Bryan Keller
> Fix For: 0.92.0, 0.94.0
>
> Attachments: bigdec.patch, bigdec2.patch
>
>
> The Bytes.toBigDecimal(byte[], offset, len) method does not use the offset,
> thus you will get an incorrect result for the BigDecimal unless the
> BigDecimal's bytes are at the beginning of the byte array.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira