[ 
https://issues.apache.org/jira/browse/ACCUMULO-851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13496645#comment-13496645
 ] 

Hudson commented on ACCUMULO-851:
---------------------------------

Integrated in Accumulo-Trunk #550 (See 
[https://builds.apache.org/job/Accumulo-Trunk/550/])
    ACCUMULO-851: Add Mutation Constructor Accepting Byte Array. Followup to 
have put() use byte arrays too. (Revision 1408900)

     Result = SUCCESS
medined : 
Files : 
* /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/data/Mutation.java

                
> Add Mutation Constructor Accepting Byte Array.
> ----------------------------------------------
>
>                 Key: ACCUMULO-851
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-851
>             Project: Accumulo
>          Issue Type: Improvement
>            Reporter: David Medinets
>            Assignee: David Medinets
>            Priority: Minor
>             Fix For: 1.5.0
>
>
> I was playing around with reversing the order of my keys in Accumulo. After 
> manipulating my key, I had a byte array and I needed to create a mutation. 
> But there is no constructor for Mutation that accepts a byte array. I had to 
> wrap my
> byte array with a Text object (not very efficient).

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