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

Nick Dimiduk updated HBASE-9332:
--------------------------------

    Attachment: 0001-HBASE-9332-OrderedBytes-error-decoding-strings.patch

Update patch to clean findbugs warning.
                
> OrderedBytes does not decode Strings correctly
> ----------------------------------------------
>
>                 Key: HBASE-9332
>                 URL: https://issues.apache.org/jira/browse/HBASE-9332
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.95.2
>            Reporter: Nick Dimiduk
>            Assignee: Nick Dimiduk
>             Fix For: 0.98.0, 0.96.0
>
>         Attachments: 
> 0001-HBASE-9332-OrderedBytes-error-decoding-strings.patch, 
> 0001-HBASE-9332-OrderedBytes-error-decoding-strings.patch, 
> 0001-HBASE-9332-OrderedBytes-error-decoding-strings.patch
>
>
> While writing a test describing the expected behavior for HBASE-9283, I 
> discovered an error in String decoding. The error occurs when the string 
> being decoded does not start at position 0. The unit tests were originally 
> designed to cover this scenario, but this condition slipped in the transition 
> to PositionedByteBuffer.
> Update the tests to cover this scenario and fix the String decoding logic. 
> String appears to be the only codec affected. This error is only in decoding 
> -- encoding produces correct byte[].

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to