harjitdotsingh commented on a change in pull request #2255:
URL: https://github.com/apache/accumulo/pull/2255#discussion_r705552677
##########
File path:
shell/src/main/java/org/apache/accumulo/shell/commands/ScanCommand.java
##########
@@ -285,6 +288,19 @@ protected void fetchColumns(final CommandLine cl, final
ScannerBase scanner,
}
}
+ protected String[] extractColumnFamily(final String columnString) {
Review comment:
If we are taking input in this form
2001:0db8:85a3:0000:0000:8a2e:0370:7334 its hard to know what is part of cf and
what is sq. I think if we would be seeing this then we should move to using
options to specify the column family and column qualifier using cf and cq.
--
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]