ctubbsii commented on issue #6132: URL: https://github.com/apache/accumulo/issues/6132#issuecomment-3916889744
To add to what @dlmarion said about the challenges of avoiding reading the values from RFiles, if all you want is to filter out the values when sending back through the iterator stack and then back to the client, that's pretty trivial to do with an iterator. We have one that does this, called SortedKeyIterator, that just replaces the value with an empty one. -- 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]
