cshannon commented on issue #5254:
URL: https://github.com/apache/accumulo/issues/5254#issuecomment-2646434856

   @keith-turner - I was thinking that `colsToRead` was being used because I 
updated 
[this](https://github.com/apache/accumulo/blob/ec779446cfd926ae10bb0a4362f1ed65ab76925d/server/base/src/main/java/org/apache/accumulo/server/metadata/iterators/TabletMetadataCheckIterator.java#L105)
 line to pass it to TabletMetadata.convertRow() but looking again all it does 
is set the columns which were fetched and doesn't do any filtering.
   
   What is the best way to filter in this case? Should we create another 
iterator to wrap the source to skip columns or make a change to 
TabletMetadata.convertRow() to skip columns not specified as part of 
`colsToRead` etc?


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