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

Anoop Sam John commented on HBASE-12415:
----------------------------------------

patch lgtm

nit:
for (int i = 0; i < arrays.length; i++)
  length += arrays[i].length;
To be in curly braces or else in one line

> Add add(byte[][] arrays) to Bytes.
> ----------------------------------
>
>                 Key: HBASE-12415
>                 URL: https://issues.apache.org/jira/browse/HBASE-12415
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Jean-Marc Spaggiari
>            Assignee: Jean-Marc Spaggiari
>         Attachments: HBASE-12415-v0-trunk.patch
>
>
> Bytes already implements add (byte[] a, byte[] b) and add (byte[] a, byte[] 
> b, byte[] c). Goal of this JIRA is to add a generic add (byte[][] arrays) 
> method.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to