keith-turner opened a new pull request, #5327:
URL: https://github.com/apache/accumulo/pull/5327

   Key has methods to get data as ByteSequences but no methods to create keys 
using ByteSequence.  This leads to either using Text or ByteSequence plus 
byte[].  Text always does an intermediate copy and ByteSequence plus byte[] is 
cumbersome.  These new method make it easier to efficiently create a new Key 
from an existing Key w/ less code and less copying of data.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to