milleruntime commented on issue #2361:
URL: https://github.com/apache/accumulo/issues/2361#issuecomment-975872579


   @keith-turner I got the index reader working pretty well but I noticed it 
will pick up the empty bytes quite a bit. I copied encoding  that uses 
DefaultFormatter from the GetSplitsCommand so it will print them properly. But 
I am not sure we want to include the empty byte for user splits. For example, 
using test ingest and running the command I get splits like this:
   <pre>
   row_0000000010\x00
   row_0000000054\x00
   row_0000000098\x00
   row_0000000142\x00
   row_0000000186\x00
   </pre>
   What do you think? Should I drop the empty byte?


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