[
https://issues.apache.org/jira/browse/ACCUMULO-1738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christopher Tubbs resolved ACCUMULO-1738.
-----------------------------------------
Resolution: Duplicate
This was fixed in ACCUMULO-2292
> ArrayByteSequence string conversion use platform default encoding
> -----------------------------------------------------------------
>
> Key: ACCUMULO-1738
> URL: https://issues.apache.org/jira/browse/ACCUMULO-1738
> Project: Accumulo
> Issue Type: Bug
> Reporter: Bill Havanki
> Priority: Trivial
> Labels: newbie
>
> The class {{org.apache.accumulo.core.data.ArrayByteSequence}} has a
> constructor that accepts a {{String}}, as well as a {{toString()}} method.
> Both use the platform default encoding to convert from characters to bytes
> and back, which can cause problems. They should explicitly use
> {{Constants.UTF8}} for conversion to ensure consistency across platforms.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)