You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Christopher Tubbs (JIRA)" <ji...@apache.org> on 2013/01/29 20:45:13 UTC

[jira] [Created] (ACCUMULO-1005) Authorizations and ColumnVisibility API should not accept Charset param

Christopher Tubbs created ACCUMULO-1005:
-------------------------------------------

             Summary: Authorizations and ColumnVisibility API should not accept Charset param
                 Key: ACCUMULO-1005
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1005
             Project: Accumulo
          Issue Type: Bug
            Reporter: Christopher Tubbs
            Assignee: Christopher Tubbs
             Fix For: 1.5.0


The Charset parameter was added to the public API for ACCUMULO-241. However, this intermingles internal serialization/comparison implementation, and the semantics of the public API.

The Charset parameter effectively instructs Accumulo how to serialize the object. This can break the comparison with what is stored in the table and is an unnecessary breakage.

In the public API, we should only accept Strings, and allow any valid java String. Internally, the serialization of these should consistently be UTF-8.

--
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