ddanielr commented on issue #5891: URL: https://github.com/apache/accumulo/issues/5891#issuecomment-3309261059
okay so you're looking for the scanner to support accepting a range of column families and column qualifiers. The existing column options don't support that because they are treated as filters. https://github.com/apache/accumulo/blob/2.1/core/src/main/java/org/apache/accumulo/core/client/ScannerBase.java#L128-L155 -- 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]
