ddanielr commented on issue #5891: URL: https://github.com/apache/accumulo/issues/5891#issuecomment-3308745481
For reference, the scan command currently supports selecting columns, column families, and column qualifiers. https://github.com/apache/accumulo/blob/054da60993afced1643bbcbd1104d16871dcf4a8/shell/src/main/java/org/apache/accumulo/shell/commands/ScanCommand.java#L338-L341 The list of columns is mutually exclusive with the column family and qualifier options. At first glance, these proposed options seem like helper values that would build the contents of the current columns opt. @ivakegg Is this something currently achievable with the columns opt and just prone to errors? Or is this entirely new functionality? Also, would you also need exclusivity options similar to the row command for this column selector logic? https://github.com/apache/accumulo/blob/054da60993afced1643bbcbd1104d16871dcf4a8/shell/src/main/java/org/apache/accumulo/shell/commands/ScanCommand.java#L331-L336 -- 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]
