harjitdotsingh commented on a change in pull request #2255:
URL: https://github.com/apache/accumulo/pull/2255#discussion_r705501661
##########
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:
Are referring to that we just take a substring from the last index of :
and that would do it? If we have more than 2 that will be a problem, I can
change the condition because anything > 2 should be split into two strings
cf and qualifier.
--
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]