alerman commented on PR #4468:
URL: https://github.com/apache/accumulo/pull/4468#issuecomment-2074840925

   @ctubbsii Thanks for the feedback. I have to say though that I disagree.  
While it may have been done as that isn't typically "searchable user data", I 
would argue you could also call this a bug as the grep command (and iterator) 
search every part of the key which is a byte array EXCEPT the visibility. Can 
you point me to documentation which specifies that the visibility is a special 
part of the key that should be treated differently in some cases? The data 
model page makes no such note. 
   
   On top of that, this PR came out of observing a user of accumulo frustrated 
as the grep they were running was not matching, when they expected that it 
would. Seems to me that the logical behavior is that it greps for everything, 
not that it excludes some parts.


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